diff --git a/web/src/components/overlay/detail/AnnotationSettingsPane.tsx b/web/src/components/overlay/detail/AnnotationSettingsPane.tsx index 54805ecd2..33bf10c5c 100644 --- a/web/src/components/overlay/detail/AnnotationSettingsPane.tsx +++ b/web/src/components/overlay/detail/AnnotationSettingsPane.tsx @@ -194,6 +194,7 @@ export function AnnotationSettingsPane({ className="flex flex-1" variant="default" aria-label={t("button.apply", { ns: "common" })} + type="button" onClick={form.handleSubmit(onApply)} > {t("button.apply", { ns: "common" })}