Skip to content

Commit

Permalink
default false
Browse files Browse the repository at this point in the history
  • Loading branch information
roxy-dao committed Nov 5, 2024
1 parent 04cc6b1 commit 27a6bfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const ReasonOptionsSearchInput: FC<ReasonOptionsSearchInputProps> = ({
case ReasonOptionNodeType.ReturnReason:
return reason.type === ReasonOptionNodeType.ReturnReason;
default:
return ReasonOptionNodeType.PositiveInventoryAdjustment;
return false;
}
};
const reasons = (data?.nodes ?? []).filter(reasonFilter);
Expand Down

0 comments on commit 27a6bfd

Please sign in to comment.