This commit is contained in:
Philipinho
2026-04-23 01:41:04 +01:00
parent 5c8ce178e5
commit bf75cc9c74
@@ -236,6 +236,7 @@ export function CreatePropertyPopover({ baseId, onPropertyCreated }: CreatePrope
<TextInput <TextInput
ref={nameInputRef} ref={nameInputRef}
size="xs" size="xs"
label={t("Name")}
placeholder={selectedTypeLabel} placeholder={selectedTypeLabel}
value={name} value={name}
onChange={(e) => setName(e.currentTarget.value)} onChange={(e) => setName(e.currentTarget.value)}