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