mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 08:39:57 +01:00
refactor(react/settings): add names to all form groups
This commit is contained in:
@@ -74,9 +74,8 @@ function PromptDialogComponent() {
|
||||
show={shown}
|
||||
stackable
|
||||
>
|
||||
<FormGroup label={opts.current?.message} labelRef={labelRef}>
|
||||
<FormGroup name="prompt-dialog-answer" label={opts.current?.message} labelRef={labelRef}>
|
||||
<FormTextBox
|
||||
name="prompt-dialog-answer"
|
||||
inputRef={answerRef}
|
||||
currentValue={value} onChange={setValue}
|
||||
readOnly={opts.current?.readOnly}
|
||||
|
||||
Reference in New Issue
Block a user