Allow numerical workflow block input types
This commit is contained in:
parent
67e1680813
commit
739195f32a
|
@ -38,7 +38,7 @@
|
|||
<option value={option}>{option}</option>
|
||||
{/each}
|
||||
</Select>
|
||||
{:else if schema.type === "string"}
|
||||
{:else if schema.type === "string" || schema.type === "number"}
|
||||
<BindableInput
|
||||
thin
|
||||
bind:value={value[field]}
|
||||
|
|
Loading…
Reference in New Issue