mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +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