Fix build

This commit is contained in:
Adria Navarro 2025-03-24 13:39:22 +01:00
parent 3b0084aac0
commit 6bbbebb5ae
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
on:blur
bind:value
{label}
type={type === "port" ? "string" : type}
type={type === "port" ? "text" : type}
{error}
{placeholder}
variables={$environment.variables}