add redux store bindings in main page
This commit is contained in:
parent
4218928a7b
commit
ee972b10c8
5 changed files with 31 additions and 14 deletions
|
@ -7,6 +7,7 @@ export const initialState: StateInterface = {
|
|||
backendAPIRoot: "",
|
||||
demoMode: true,
|
||||
fromText: "",
|
||||
fromFile: "",
|
||||
toText: "",
|
||||
filters: {
|
||||
engineType: {
|
||||
|
@ -34,10 +35,15 @@ export const initialState: StateInterface = {
|
|||
selectedList: {}
|
||||
}
|
||||
},
|
||||
similarCases: {},
|
||||
similarCases: [
|
||||
{
|
||||
id: 1,
|
||||
}
|
||||
],
|
||||
searchInput: "",
|
||||
enableAiSuggestion: false,
|
||||
technicalManuals: [],
|
||||
resumeTitle: "Work stoppage case for CFM56-7B engine (ESN: 802379)...",
|
||||
admin: {
|
||||
pendingUsers: {},
|
||||
users: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue