Updated dependencies for console. (#800)
There is one fix that needs to be applied once create-react-app delivers a new update. Please refer to https://github.com/facebook/create-react-app/issues/11053 https://github.com/facebook/create-react-app/issues/11053 Co-authored-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
@@ -265,7 +265,7 @@ export function tenantsReducer(
|
||||
{}
|
||||
);
|
||||
|
||||
let newValue: typeof originPageNameItems = {};
|
||||
let newValue: any = {};
|
||||
newValue[action.field] = action.value;
|
||||
|
||||
const joinValue = { ...originPageNameItems, ...newValue };
|
||||
|
||||
Reference in New Issue
Block a user