windmill-components 1.57.2 → 1.57.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -140,8 +140,9 @@ $: disabledArgs = Object.keys(fields ?? {}).reduce((disabledArgsAccumulator, inp
|
|
|
140
140
|
async function executeComponent(noToast = false) {
|
|
141
141
|
if (noBackend) {
|
|
142
142
|
if (!noToast) {
|
|
143
|
-
sendUserToast('This
|
|
143
|
+
sendUserToast('This app is not connected to a windmill backend, it is a static preview');
|
|
144
144
|
}
|
|
145
|
+
return;
|
|
145
146
|
}
|
|
146
147
|
if (runnable?.type === 'runnableByName' && !runnable.inlineScript) {
|
|
147
148
|
return;
|