fix reset button
This commit is contained in:
parent
b871d7967f
commit
a67efd0cb4
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ export const ViewHeader = ({ update, settings, ui, control, setSettings }) => {
|
|||
<Spacer />
|
||||
<div className="flex flex-row items-center gap-4">
|
||||
<button
|
||||
onClick={setSettings}
|
||||
onClick={() => setSettings({})}
|
||||
className={`btn btn-sm btn-outline btn-secondary hover:text-secondary-focus`}
|
||||
>
|
||||
<ClearIcon /> {t('clearSettings')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue