refactor: modal

This commit is contained in:
codytseng
2025-05-27 18:16:46 +08:00
parent a431f31a88
commit 061e38a78f
3 changed files with 30 additions and 53 deletions

View File

@@ -88,6 +88,7 @@ export default function NoteOptions({ event, className }: { event: Event; classN
</Button>
<Button
onClick={() => {
setIsDrawerOpen(false)
setIsRawEventDialogOpen(true)
}}
className="w-full p-6 justify-start text-lg gap-4 [&_svg]:size-5"