refactor: filters list component (#1687)

* refactor: filters list component

* fix: build error
This commit is contained in:
Aaryan Khandelwal
2023-07-27 00:57:12 +05:30
committed by GitHub
parent 0b86080166
commit c54b8b9a15
9 changed files with 139 additions and 196 deletions

View File

@@ -91,6 +91,7 @@ export const initialState: StateType = {
assignees: null,
labels: null,
state: null,
state_group: null,
created_by: null,
target_date: null,
},