Skip to content

Commit

Permalink
EPMRPP-92499 || fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazarQSO committed Jul 16, 2024
1 parent d837db6 commit c8453dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/controllers/user/sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import { getStorageItem, setStorageItem } from 'common/utils/storageUtils';
import { userAssignedSelector, urlOrganizationAndProjectSelector } from 'controllers/pages';
import { getLogTimeFormatFromStorage } from 'controllers/log/storageUtils';
import { setActiveOrganizationAction } from 'controllers/organizations/organization/actionCreators';
import { fetchDashboardsAction } from 'controllers/dashboard';
import { SIZE_KEY } from 'controllers/pagination';
import { fetchProjectAction } from 'controllers/project';
import { fetchDashboardsAction } from 'controllers/dashboard/actionCreators';
import { SIZE_KEY } from 'controllers/pagination/constants';
import { fetchProjectAction } from 'controllers/project/actionCreators';
import {
assignToProjectSuccessAction,
assignToProjectErrorAction,
Expand Down

0 comments on commit c8453dc

Please sign in to comment.