windmill-components 1.362.0 → 1.362.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.
@@ -10,7 +10,7 @@ export let fullHeight = true;
10
10
  export let lightweightMode = false;
11
11
  export let watchChanges = false;
12
12
  const dispatch = createEventDispatcher();
13
- $: watchChanges && onChange();
13
+ $: watchChanges && schema && onChange();
14
14
  let firstChange = true;
15
15
  function onChange() {
16
16
  if (firstChange) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-components",
3
- "version": "1.362.0",
3
+ "version": "1.362.1",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",