Skip to content

Commit

Permalink
Allow reporterReferenceCode to accept anything
Browse files Browse the repository at this point in the history
  • Loading branch information
Onitoxan committed Apr 22, 2024
1 parent e9e36c5 commit b670b52
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,11 @@ export const FilterFlowsTable = (props: Props) => {
{ displayLabel: 'Inactive', value: 'false' },
]}
/>
<C.NumberField
<C.TextFieldWrapper
label={t.t(
lang,
(s) => s.components.flowsFilter.filters.reporterRefCode
)}
type="number"
name="reporterRefCode"
/>
<C.NumberField
Expand Down

0 comments on commit b670b52

Please sign in to comment.