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