feat: Added interface options
This commit is contained in:
parent
4739b89933
commit
2f32cbc730
25 changed files with 327 additions and 74 deletions
|
|
@ -61,9 +61,9 @@ export function SettingsOption (data: {
|
|||
type={data.type}
|
||||
placeholder={data.placeholder}
|
||||
onBlur={handleSave}
|
||||
onChange={(e) =>
|
||||
onChange={(v) =>
|
||||
{
|
||||
setLocalValue(e.currentTarget.value);
|
||||
setLocalValue(v);
|
||||
setDirty(true);
|
||||
}}
|
||||
value={localValue}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue