add button type

This commit is contained in:
Josh Hawkins 2025-11-06 09:29:42 -06:00
parent 86af7ecb7a
commit cc7d3e26da

View File

@ -194,6 +194,7 @@ export function AnnotationSettingsPane({
className="flex flex-1" className="flex flex-1"
variant="default" variant="default"
aria-label={t("button.apply", { ns: "common" })} aria-label={t("button.apply", { ns: "common" })}
type="button"
onClick={form.handleSubmit(onApply)} onClick={form.handleSubmit(onApply)}
> >
{t("button.apply", { ns: "common" })} {t("button.apply", { ns: "common" })}