diff --git a/src/components/EditorCanvas/Table.jsx b/src/components/EditorCanvas/Table.jsx index e1e18d2..7bfb84f 100644 --- a/src/components/EditorCanvas/Table.jsx +++ b/src/components/EditorCanvas/Table.jsx @@ -85,117 +85,119 @@ export default function Table(props) { settings.mode === "light" ? "bg-zinc-200" : "bg-zinc-900" }`} > -
+
{props.tableData.name}
-
- -
- } - position="rightTop" - showArrow - trigger="click" - style={{ width: "200px" }} - > +
+
+
+ } + position="rightTop" + showArrow + trigger="click" + style={{ width: "200px" }} + > +
{props.tableData.fields.map((e, i) => {