fix: general settings (Save / Update on submit) (#4557)

This commit is contained in:
Agusti Fernandez Pardo
2022-09-17 17:09:52 +00:00
committed by GitHub
parent fc5cc5b8bc
commit 00071bcdf0
@@ -188,7 +188,7 @@ const GeneralView = ({ localeProp }: GeneralViewProps) => {
</>
)}
/>
<Button color="primary" className="mt-8">
<Button color="primary" type="submit" className="mt-8">
<>{t("update")}</>
</Button>
</Form>