From 05ca2d59f1e9602dda03bcb43f707111dd175a2e Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 6 Mar 2022 11:41:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=20Adds=20missing=20=20mutation=20k?= =?UTF-8?q?ey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/StoreMutations.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/StoreMutations.js b/src/utils/StoreMutations.js index 07bbac10..1e6a3e7b 100644 --- a/src/utils/StoreMutations.js +++ b/src/utils/StoreMutations.js @@ -2,6 +2,7 @@ const KEY_NAMES = [ 'INITIALIZE_CONFIG', 'SET_CONFIG', + 'SET_REMOTE_CONFIG', 'SET_MODAL_OPEN', 'SET_LANGUAGE', 'SET_EDIT_MODE',