fix(notebook): css for checkboxes not working (#2570)

This commit is contained in:
Meier Lukas
2025-03-11 22:14:35 +01:00
committed by GitHub
parent fbbfe9af29
commit a53e7aaee5
3 changed files with 70 additions and 2 deletions

View File

@@ -2,8 +2,6 @@
import dynamic from "next/dynamic";
import "@mantine/tiptap/styles.css";
import type { WidgetComponentProps } from "../definition";
const Notebook = dynamic(() => import("./notebook").then((module) => module.Notebook), {