typo fix :: go to app action (#5435)

This commit is contained in:
Kiran Ashok 2023-02-16 11:09:46 +05:30 committed by GitHub
parent b1e99b053d
commit 6401d47268
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,