diff --git a/frontend/src/_helpers/utils.js b/frontend/src/_helpers/utils.js index 07ff902c50..7415d96a81 100644 --- a/frontend/src/_helpers/utils.js +++ b/frontend/src/_helpers/utils.js @@ -558,7 +558,7 @@ export const generateAppActions = (_ref, queryId, mode, editorState, isPreview = return executeAction(_ref, event, mode, {}); }; - const gotToApp = (slug = '', queryParams = []) => { + const goToApp = (slug = '', queryParams = []) => { const event = { actionId: 'go-to-app', slug, @@ -635,7 +635,7 @@ export const generateAppActions = (_ref, queryId, mode, editorState, isPreview = closeModal, setLocalStorage, copyToClipboard, - gotToApp, + goToApp, generateFile, setPageVariable, unsetPageVariable,