chore: added beta tag to onPageLoad for js actions (#12657)
This commit is contained in:
parent
1d27c951de
commit
7b88bfd380
|
|
@ -450,11 +450,11 @@ export const JS_EXECUTION_SUCCESS = () => "JS Function executed successfully";
|
|||
export const JS_EXECUTION_FAILURE = () => "JS Function execution failed";
|
||||
export const JS_EXECUTION_FAILURE_TOASTER = () =>
|
||||
"There was an error while executing function";
|
||||
export const JS_SETTINGS_ONPAGELOAD = () => "Run Function on Page load";
|
||||
export const JS_SETTINGS_ONPAGELOAD = () => "Run function on page load (Beta)";
|
||||
export const JS_SETTINGS_ONPAGELOAD_SUBTEXT = () =>
|
||||
"Will refresh data every time page is reloaded";
|
||||
export const JS_SETTINGS_CONFIRM_EXECUTION = () =>
|
||||
"Request confirmation before calling Function?";
|
||||
"Request confirmation before calling function?";
|
||||
export const JS_SETTINGS_CONFIRM_EXECUTION_SUBTEXT = () =>
|
||||
"Ask confirmation from the user every time before refreshing data";
|
||||
export const JS_SETTINGS_EXECUTE_TIMEOUT = () =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user