mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 08:01:25 +00:00
nits
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "windmill-components",
|
||||
"version": "1.362.6",
|
||||
"version": "1.362.0",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
|
||||
@@ -180,6 +180,7 @@
|
||||
opened = newName
|
||||
|
||||
schema = schema
|
||||
dispatch('change', schema)
|
||||
sendUserToast('Argument renamed successfully')
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
import Button from '../common/button/Button.svelte'
|
||||
import { ArrowRight, Pencil, X } from 'lucide-svelte'
|
||||
import { createEventDispatcher } from 'svelte'
|
||||
import { goto } from '$app/navigation'
|
||||
|
||||
export let path: string
|
||||
let drawer: Drawer
|
||||
@@ -195,7 +194,10 @@
|
||||
<Button
|
||||
size="xs"
|
||||
on:click={() =>
|
||||
goto(`/flows/add?template_id=${selectedVersion?.id}&template=${path}`)}
|
||||
window.open(
|
||||
`/flows/add?template_id=${selectedVersion?.id}&template=${path}`,
|
||||
'_blank'
|
||||
)}
|
||||
>
|
||||
Restore as fork
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user