Remove run on page load in api pane (#524)
* Remove run on page load in api pane * Remove run on page load setting in query pane * Revert removal of run query on page load
This commit is contained in:
parent
7724fe5d82
commit
e5cb636ea4
|
|
@ -41,12 +41,12 @@ export const apiActionSettingsConfig = [
|
|||
sectionName: "",
|
||||
id: 1,
|
||||
children: [
|
||||
{
|
||||
label: "Run api on Page load",
|
||||
configProperty: "executeOnLoad",
|
||||
controlType: "SWITCH",
|
||||
info: "Will refresh data everytime page is reloaded",
|
||||
},
|
||||
// {
|
||||
// label: "Run api on Page load",
|
||||
// configProperty: "executeOnLoad",
|
||||
// controlType: "SWITCH",
|
||||
// info: "Will refresh data everytime page is reloaded",
|
||||
// },
|
||||
{
|
||||
label: "Request confirmation before running api",
|
||||
configProperty: "confirmBeforeExecute",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user