mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
typo fix :: go to app action (#5435)
This commit is contained in:
parent
b1e99b053d
commit
6401d47268
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue