mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 16:02:24 +00:00
publish to hub from deno do not add lockfile
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
color="light"
|
||||
btnClasses={selectedIndex - 1 === index ? 'text-gray-800 !font-bold' : '!text-gray-500'}
|
||||
on:click={() => dispatch('select', { index })}
|
||||
disabled={selectedIndex - 1 !== index ? disabled : false}
|
||||
disabled={selectedIndex - 1 === index ? disabled : false}
|
||||
>
|
||||
{item}
|
||||
</Button>
|
||||
|
||||
@@ -180,7 +180,7 @@
|
||||
script.kind,
|
||||
script.language,
|
||||
script.schema,
|
||||
script.lock
|
||||
script.language == 'deno' ? '' : script.lock
|
||||
).toString()}
|
||||
variant="border"
|
||||
color="blue"
|
||||
|
||||
Reference in New Issue
Block a user