windmill-components 1.447.4 → 1.447.5

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.
@@ -290,7 +290,7 @@ function setFlowInput(argName) {
290
290
  {/key}
291
291
  {/if}
292
292
  {:else if flowModule.value.type === 'script'}
293
- {#if !noEditor && (customUi?.hubCode != false || flowModule?.value?.path?.startsWith('hub/'))}
293
+ {#if !noEditor && (customUi?.hubCode != false || !flowModule?.value?.path?.startsWith('hub/'))}
294
294
  <div class="border-t">
295
295
  {#key forceReload}
296
296
  <FlowModuleScript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-components",
3
- "version": "1.447.4",
3
+ "version": "1.447.5",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",