fix: entrypoin is optional

This commit is contained in:
Arman
2023-09-05 11:14:33 +02:00
parent 2967b21e7b
commit d293ca2b50
2 changed files with 2 additions and 4 deletions
@@ -22,8 +22,7 @@
label="Entrypoint"
id="entrypoint"
placeholder="Entrypoint"
bind:value={$createFunction.entrypoint}
required />
bind:value={$createFunction.entrypoint} />
<Collapsible>
<CollapsibleItem>
<svelte:fragment slot="title">Build commands</svelte:fragment>
@@ -76,8 +76,7 @@
label="Entrypoint"
id="entrypoint"
placeholder="Entrypoint"
bind:value={entrypoint}
required />
bind:value={entrypoint} />
{#if $func.version !== 'v3'}
<Alert type="info">
<svelte:fragment slot="title">