diff --git a/src/components/forms/custom-form-builder.tsx b/src/components/forms/custom-form-builder.tsx index 2f587e8..99c4d5f 100644 --- a/src/components/forms/custom-form-builder.tsx +++ b/src/components/forms/custom-form-builder.tsx @@ -48,6 +48,8 @@ import { Columns, Captions, X, + SquareDashed, + Square, } from "lucide-react"; import { ClientHomeownerPicker } from "./form-pickers"; import { FormFieldDefsDialog } from "./form-field-defs-dialog"; @@ -185,8 +187,8 @@ export function CustomFormBuilder() { TextAlign.configure({ types: ["heading", "paragraph"] }), Table.configure({ resizable: true, HTMLAttributes: { class: "cf-table" } }), TableRow, - TableHeader, - TableCell, + BorderedTableHeader, + BorderedTableCell, ], content: "

Start typing here…

", editorProps: {