Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Nov 28, 2023
1 parent d20a381 commit e2f021c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ describe('Tasks table', () => {
const tasks: Tasks = {
isLoading: false,
data: [],
requests: {},
total: 0,
page: 1,
pageSize: 10,
Expand Down

0 comments on commit e2f021c

Please sign in to comment.