refactor: remove immutable from 'config' state slice (#4960)

This commit is contained in:
Vladislav Shkodin
2021-03-11 12:08:46 +02:00
committed by GitHub
parent 133689247b
commit 6623740a8c
39 changed files with 488 additions and 451 deletions

View File

@ -175,7 +175,7 @@ describe('gitlab backend', () => {
},
{
backendName: 'gitlab',
config: fromJS(config),
config,
authStore,
},
);
@ -401,7 +401,7 @@ describe('gitlab backend', () => {
const entry = await backend.getEntry(
{
config: fromJS({}),
config: {},
integrations: fromJS([]),
entryDraft: fromJS({}),
mediaLibrary: fromJS({}),