Skip to content

Commit

Permalink
Merge pull request #3924 from GovAlta/fix-cs-3865
Browse files Browse the repository at this point in the history
fix-3865 File service-> uploaded files, dropdodwns and input box shou…
  • Loading branch information
Sankeerth-Mulkalla-goa authored Jan 6, 2025
2 parents c8bf8c7 + bfe368f commit e9e3f19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const FileList = (): JSX.Element => {
id="name"
value={searchName}
testId="file-type-name-input"
width="100%"
width="548px"
onChange={(_, value) => setSearchName(value)}
/>
</GoAFormItem>
Expand Down

0 comments on commit e9e3f19

Please sign in to comment.