diff --git a/package-lock.json b/package-lock.json index a95f9a3..4853777 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "foris", - "version": "5.1.6", + "version": "5.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7517ed5..d36bbe4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foris", - "version": "5.1.6", + "version": "5.1.7", "description": "Set of components and utils for Foris and its plugins.", "author": "CZ.NIC, z.s.p.o.", "repository": { diff --git a/src/utils/forisUrls.js b/src/utils/forisUrls.js index a1b8293..054b8aa 100644 --- a/src/utils/forisUrls.js +++ b/src/utils/forisUrls.js @@ -20,6 +20,8 @@ export const ForisURLs = { updates: `${REFORIS_URL_PREFIX}/package-management/updates`, }, + storage: `${REFORIS_URL_PREFIX}/storage`, + // Notifications links are used with inside Router, thus url subdir is not required. overview: "/overview", notifications: "/overview#notifications",