1
0
Fork 0

fix reset button

This commit is contained in:
Enoch Riese 2023-06-22 10:32:27 -05:00
parent b871d7967f
commit a67efd0cb4

View file

@ -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')}