Add support for searching objects (#10424)

This commit is contained in:
saurabh29789
2020-09-18 11:31:37 +05:30
committed by GitHub
parent 4a36cd7035
commit d12831eb07
11 changed files with 139 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ describe("objects reducer", () => {
const initialState = reducer(undefined, {})
expect(initialState).toEqual({
list: [],
filter: "",
listLoading: false,
sortBy: "",
sortOrder: SORT_ORDER_ASC,