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:
Alex
2021-06-08 18:21:48 -05:00
committed by GitHub
parent 6791631904
commit d5a3fee0be
3 changed files with 1890 additions and 1914 deletions

View File

@@ -265,7 +265,7 @@ export function tenantsReducer(
{}
);
let newValue: typeof originPageNameItems = {};
let newValue: any = {};
newValue[action.field] = action.value;
const joinValue = { ...originPageNameItems, ...newValue };