add reset settings button
This commit is contained in:
parent
5311c667da
commit
d6b037e9ea
5 changed files with 16 additions and 196 deletions
|
@ -10,6 +10,7 @@ export const DraftView = ({
|
|||
pattern,
|
||||
patternConfig,
|
||||
settings,
|
||||
setSettings,
|
||||
ui,
|
||||
update,
|
||||
language,
|
||||
|
@ -41,6 +42,7 @@ export const DraftView = ({
|
|||
ui,
|
||||
update,
|
||||
control: account.control,
|
||||
setSettings,
|
||||
}}
|
||||
/>
|
||||
<div className="flex flex-row">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue