mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 13:19:31 -05:00
Merge pull request #1017 from remmycat/badge-modal-flicker
Fix edit badge dialog flickering
This commit is contained in:
commit
e934c4ded7
|
|
@ -72,8 +72,8 @@ export default function EditBadgePage() {
|
|||
const { badgeName } = useOutletContext<BadgeDetailsContext>();
|
||||
|
||||
return (
|
||||
<Dialog isOpen className="stack md">
|
||||
<Form method="post">
|
||||
<Dialog isOpen>
|
||||
<Form method="post" className="stack md">
|
||||
<div>
|
||||
<h2 className="badges-edit__big-header">
|
||||
Editing winners of {badgeName}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user