Skip to content

Commit

Permalink
fix typing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpn committed Feb 6, 2023
1 parent 07a21ea commit 4ca6f4b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const useRulesTableContextMock = {
loadingRuleIds: [],
loadingRulesAction: null,
selectedRuleIds: [],
hasSavedState: false,
isDefault: true,
},
actions: {
reFetchRules: jest.fn(),
Expand All @@ -55,6 +55,7 @@ export const useRulesTableContextMock = {
setSelectedRuleIds: jest.fn(),
setSortingOptions: jest.fn(),
clearRulesSelection: jest.fn(),
clearFilters: jest.fn(),
},
}),
};
Expand Down

0 comments on commit 4ca6f4b

Please sign in to comment.