From 6401d4726837e05bc1412eb41ea22cde665a406b Mon Sep 17 00:00:00 2001 From: Kiran Ashok Date: Thu, 16 Feb 2023 11:09:46 +0530 Subject: [PATCH] typo fix :: go to app action (#5435) --- frontend/src/_helpers/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,