mirror of
https://github.com/docmost/docmost.git
synced 2026-08-29 01:37:05 +08:00
label
This commit is contained in:
@@ -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)}
|
||||||
|
|||||||
Reference in New Issue
Block a user