Skip to content

Commit

Permalink
Update health/micro-ui/web/micro-ui-internals/packages/modules/microp…
Browse files Browse the repository at this point in the history
…lan/src/components/Hypothesis.js

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
nabeelmd-eGov and coderabbitai[bot] authored Nov 9, 2024
1 parent 96f3965 commit ccf7d43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const Hypothesis = ({ category, assumptions: initialAssumptions, setShowToast, a
variant="select-dropdown"
t={t}
isMandatory={false}
option={[...state?.VehicleDetails]}
option={[...(state?.VehicleDetails || [])]}
select={(value) => {
setSelectedDeletedAssumption(value);
}}
Expand Down

0 comments on commit ccf7d43

Please sign in to comment.