Update function execution from console to be async

Before 1.0.x, function executions were async by default. This ensures
executions starting 1.0.x are still async.
This commit is contained in:
Steven Nguyen
2022-09-28 19:25:59 +00:00
committed by Steven
parent 3bbbca87d6
commit 3f9a3f72c8
@@ -841,6 +841,8 @@ sort($patterns);
data-failure-param-alert-text="Failed to execute function"
data-failure-param-alert-classname="error">
<input name="async" data-cast-to="bool" value="true" type="hidden" />
<label for="execution-data">Custom Data</label>
<textarea id="execution-data" name="data" autocomplete="off" class="margin-bottom" placeholder="Data string (optional)"></textarea>