mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 21:44:13 +03:00
add button type
This commit is contained in:
parent
86af7ecb7a
commit
cc7d3e26da
@ -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" })}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user