Skip to content

Commit c47884e

Browse files
iso9000tAmsterGet
authored andcommitted
EPMRPP-98444|| Fix circular dependencies
1 parent 328e789 commit c47884e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/controllers/plugins/sagas.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { hideModalAction } from 'controllers/modal';
2626
import { showScreenLockAction, hideScreenLockAction } from 'controllers/screenLock';
2727
import { fetch, omit } from 'common/utils';
2828
import { userIdSelector } from 'controllers/user';
29-
import { projectKeySelector } from 'controllers/project';
29+
import { projectKeySelector } from 'controllers/project/selectors';
3030
import {
3131
NAMESPACE,
3232
FETCH_PLUGINS,

app/src/controllers/project/sagas.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
import { hideModalAction } from 'controllers/modal';
2525
import { showScreenLockAction, hideScreenLockAction } from 'controllers/screenLock';
2626
import { fetch } from 'common/utils';
27-
import { setProjectIntegrationsAction } from 'controllers/plugins';
27+
import { setProjectIntegrationsAction } from 'controllers/plugins/actionCreators';
2828
import {
2929
addFilterAction,
3030
fetchUserFiltersSuccessAction,

0 commit comments

Comments
 (0)