windmill-components 1.269.2 → 1.269.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.
@@ -237,13 +237,13 @@ function setDirty() {
237
237
  let contentSearch;
238
238
  </script>
239
239
 
240
- {#if kind != 'app' && kind != 'schedule' && initialPath != '' && initialPath != undefined}
240
+ <!-- {#if kind != 'app' && kind != 'schedule' && initialPath != '' && initialPath != undefined}
241
241
  <ContentSearch
242
242
  on:editScript={(e) => goto(`/scripts/edit/${e.detail}?no_draft=true`)}
243
243
  on:editFlow={(e) => goto(`/flows/edit/${e.detail}?no_draft=true`)}
244
244
  bind:this={contentSearch}
245
245
  />
246
- {/if}
246
+ {/if} -->
247
247
 
248
248
  <Drawer bind:this={newFolder}>
249
249
  <DrawerContent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-components",
3
- "version": "1.269.2",
3
+ "version": "1.269.3",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",