fix: add button type attribute to reset button

This commit is contained in:
2026-05-12 00:51:24 +02:00
parent e75cd424e3
commit 9c7e987d6e
+1
View File
@@ -31,6 +31,7 @@ export default function ResetButton() {
return (
<button
type="button"
className="flex cursor-pointer items-center gap-2 rounded-sm bg-red-500 px-2 py-1.5 text-sm text-white outline-hidden hover:bg-red-600"
onClick={handleReset}
disabled={loading}