IO-2329 Change update alert to be permanent.

This commit is contained in:
Patrick Fic
2023-06-07 12:03:17 -07:00
parent 0669282432
commit b791f9846f
11 changed files with 101 additions and 3 deletions

View File

@@ -48,3 +48,7 @@ export const selectProblemJobs = createSelector(
[selectApplication],
(application) => application.problemJobs
);
export const selectUpdateAvailable = createSelector(
[selectApplication],
(application) => application.updateAvailable
);