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 component is not connected to a backendm keeping static value');
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-components",
3
- "version": "1.57.2",
3
+ "version": "1.57.3",
4
4
  "devDependencies": {
5
5
  "@playwright/test": "^1.29.1",
6
6
  "@sveltejs/adapter-static": "^1.0.0",