Skip to content

Commit

Permalink
Change field type for 'Source System Id'
Browse files Browse the repository at this point in the history
  • Loading branch information
Onitoxan committed Aug 5, 2024
1 parent aa7ebee commit e8c1d15
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,14 +275,12 @@ export const FilterFlowsTable = (props: Props) => {
)}
name="reporterRefCode"
/>
<C.NumberField
<C.TextFieldWrapper
label={t.t(
lang,
(s) => s.components.flowsFilter.filters.sourceSystemID
)}
name="sourceSystemID"
allowNegative
type="number"
/>
<C.NumberField
label={t.t(
Expand Down

0 comments on commit e8c1d15

Please sign in to comment.