1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00

Allow numerical workflow block input types

This commit is contained in:
Andrew Kingston 2020-09-18 20:31:18 +01:00
parent 906dd7a0ec
commit 7052ca2241

View file

@ -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]}