Skip to content

Commit d7ecd5b

Browse files
authored
fix: correctly populate global filter input value (#2636)
1 parent 7f7ba09 commit d7ecd5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/academy/grading/subcomponents/GradingSubmissionsTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ const GradingSubmissionTable: React.FC<GradingSubmissionTableProps> = ({ group,
170170
maxWidth="max-w-sm"
171171
icon={() => <BpIcon icon={IconNames.SEARCH} style={{ marginLeft: '0.75rem' }} />}
172172
placeholder="Search for any value here..."
173+
value={globalFilter ?? ''}
173174
onChange={e => setGlobalFilter(e.target.value)}
174175
/>
175176
</Flex>

0 commit comments

Comments
 (0)