redesign search panel
This commit is contained in:
@@ -22,6 +22,10 @@ const initialState = {
|
||||
},
|
||||
backdrop: false,
|
||||
tempData: {},
|
||||
filters: {
|
||||
type: [],
|
||||
tags: []
|
||||
}
|
||||
};
|
||||
|
||||
const data = (state = initialState, action) => {
|
||||
|
||||
Reference in New Issue
Block a user