Skip to content

Commit 68f667a

Browse files
Merge pull request #395 from topcoder-platform/PROD-1515_sorting
PROD-1515 fix table not updating on delete -> qa
2 parents 3c26564 + 4b7438d commit 68f667a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src-ts/tools/work/work-table/WorkTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const WorkTable: FC<{}> = () => {
7070
setColumns(filteredColumns)
7171
}, [
7272
initialized,
73+
work,
7374
workStatusFilter,
7475
])
7576

0 commit comments

Comments
 (0)