windmill-components 1.473.0 → 1.473.1

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.
@@ -287,7 +287,7 @@ export function updateJson() {
287
287
  <slot name="extraTab" />
288
288
  {:else}
289
289
  <!-- WIP -->
290
- {#if jsonEnabled && !customUi?.jsonOnly != true}
290
+ {#if jsonEnabled && customUi?.jsonOnly != true}
291
291
  <div class="w-full p-3 flex justify-end">
292
292
  <Toggle
293
293
  bind:checked={jsonView}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-components",
3
- "version": "1.473.0",
3
+ "version": "1.473.1",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",