diff --git a/src/components/panel/EditPanel.tsx b/src/components/panel/EditPanel.tsx index ef74ceb..f2a30c7 100644 --- a/src/components/panel/EditPanel.tsx +++ b/src/components/panel/EditPanel.tsx @@ -69,12 +69,11 @@ const PanelEdit = () => { key, namespace, value, - }) + }) } catch (error) { const message = i18n.t('There was an error updating the key') showError(message) } - } useEffect(() => { @@ -96,12 +95,21 @@ const PanelEdit = () => {
- {key && key} + + {key && key} +