From 9bec26d4ab1f03ad8f64d87e386ad1f1cd974d01 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 24 Oct 2021 17:22:51 +0100 Subject: [PATCH] :art: Adds store and modal keys for move item --- src/utils/StoreMutations.js | 1 + src/utils/defaults.js | 1 + 2 files changed, 2 insertions(+) diff --git a/src/utils/StoreMutations.js b/src/utils/StoreMutations.js index ba3cb51f..73383ce1 100644 --- a/src/utils/StoreMutations.js +++ b/src/utils/StoreMutations.js @@ -9,6 +9,7 @@ const KEY_NAMES = [ 'UPDATE_PAGE_INFO', 'UPDATE_APP_CONFIG', 'UPDATE_SECTION', + 'COPY_ITEM', ]; // Convert array of key names into an object, and export diff --git a/src/utils/defaults.js b/src/utils/defaults.js index 80c314bd..d698fa87 100644 --- a/src/utils/defaults.js +++ b/src/utils/defaults.js @@ -127,6 +127,7 @@ module.exports = { EDIT_PAGE_INFO: 'EDIT_PAGE_INFO', EDIT_APP_CONFIG: 'EDIT_APP_CONFIG', EXPORT_CONFIG_MENU: 'EXPORT_CONFIG_MENU', + MOVE_ITEM_TO: 'MOVE_ITEM_TO', }, /* Key names for the top-level objects in conf.yml */ topLevelConfKeys: {