mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-27 13:47:56 -05:00
Merge pull request #1017 from remmycat/badge-modal-flicker
Fix edit badge dialog flickering
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user