Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinko committed Nov 22, 2024
1 parent b9bcb2a commit 4dc03ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/module/Dialog/Provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Modal, ModalBody, ModalContent, ModalHeader } from "@nextui-org/react";
import { observer } from "mobx-react-lite";
import { DialogStore } from ".";
import { RootStore } from "@/store/root";
import TagSelectPop from "@/components/Common/TagSelectPop";

const Dialog = observer(() => {
const modal = RootStore.Get(DialogStore);
const { className, classNames, isOpen, placement, title, size, content, isDismissable, onlyContent = false, noPadding = false, transparent = false } = modal;
Expand Down

0 comments on commit 4dc03ea

Please sign in to comment.