redesign search panel

This commit is contained in:
2021-02-04 20:25:07 +01:00
parent b994b79c98
commit c712d614e1
9 changed files with 67 additions and 28 deletions

View File

@@ -22,6 +22,10 @@ const initialState = {
},
backdrop: false,
tempData: {},
filters: {
type: [],
tags: []
}
};
const data = (state = initialState, action) => {