mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 16:05:43 +00:00
Small fix
This commit is contained in:
@@ -957,7 +957,7 @@
|
||||
</p>
|
||||
<label class="flex flex-col gap-1 text-xs">
|
||||
<span class="font-semibold text-primary">Name</span>
|
||||
<TextInput bind:value={bundleName} placeholder="e.g. Acme CRM toolkit" />
|
||||
<TextInput bind:value={bundleName} inputProps={{ placeholder: 'e.g. Acme CRM toolkit' }} />
|
||||
</label>
|
||||
<label class="flex flex-col gap-1 text-xs">
|
||||
<span class="font-semibold text-primary">Readme</span>
|
||||
|
||||
Reference in New Issue
Block a user