Skip to content

Commit

Permalink
EPMRPP-89781 | remove lock action
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-hambardzumian committed Apr 19, 2024
1 parent 586cc5c commit c39c108
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/controllers/project/sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ function* updateNotificationState({
}

function* addProjectNotification({ payload: notification }) {
yield put(showScreenLockAction());
try {
const projectId = yield select(projectIdSelector);

Expand All @@ -226,8 +225,6 @@ function* addProjectNotification({ payload: notification }) {
yield put(hideModalAction());
} catch (error) {
yield put(showDefaultErrorNotification(error));
} finally {
yield put(hideScreenLockAction());
}
}

Expand Down

0 comments on commit c39c108

Please sign in to comment.