mirror of
https://github.com/minio/minio.git
synced 2025-11-21 18:26:04 -05:00
Add support for searching objects (#10424)
This commit is contained in:
@@ -23,6 +23,7 @@ describe("objects reducer", () => {
|
||||
const initialState = reducer(undefined, {})
|
||||
expect(initialState).toEqual({
|
||||
list: [],
|
||||
filter: "",
|
||||
listLoading: false,
|
||||
sortBy: "",
|
||||
sortOrder: SORT_ORDER_ASC,
|
||||
|
||||
Reference in New Issue
Block a user