mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
refactor(reset-button): remove unnecessary disabled state for button
This commit is contained in:
parent
b9ac439178
commit
a7506bed64
@ -47,7 +47,6 @@ export default function ResetButton({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
disabled={templates.length === 0}
|
|
||||||
className="h-6 w-6 px-1.5 py-0.5 border-none hover:bg-muted"
|
className="h-6 w-6 px-1.5 py-0.5 border-none hover:bg-muted"
|
||||||
>
|
>
|
||||||
<RotateCcw size={16} strokeWidth={2} aria-hidden="true" />
|
<RotateCcw size={16} strokeWidth={2} aria-hidden="true" />
|
||||||
|
Loading…
Reference in New Issue
Block a user