From 8ec57e643b70be0e4231d96d6f695713adbe6fa9 Mon Sep 17 00:00:00 2001 From: andreiggr Date: Mon, 7 Nov 2022 12:06:51 +0200 Subject: [PATCH] Add linkintegritycheck actiontypes --- src/constants/ActionTypes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/ActionTypes.js b/src/constants/ActionTypes.js index cd88706..9dcee48 100644 --- a/src/constants/ActionTypes.js +++ b/src/constants/ActionTypes.js @@ -18,3 +18,4 @@ export const GET_NAVSITEMAP = 'GET_NAVSITEMAP'; // NEWS export const GET_NEWS = 'GET_NEWS'; export const SET_CURRENT_VERSION = 'SET_CURRENT_VERSION'; +export const LINK_INTEGRITY_CHECK = 'LINK_INTEGRITY_CHECK';