Fix build
This commit is contained in:
parent
3b0084aac0
commit
6bbbebb5ae
|
@ -38,7 +38,7 @@
|
||||||
on:blur
|
on:blur
|
||||||
bind:value
|
bind:value
|
||||||
{label}
|
{label}
|
||||||
type={type === "port" ? "string" : type}
|
type={type === "port" ? "text" : type}
|
||||||
{error}
|
{error}
|
||||||
{placeholder}
|
{placeholder}
|
||||||
variables={$environment.variables}
|
variables={$environment.variables}
|
||||||
|
|
Loading…
Reference in New Issue