Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 18:32:00 +00:00
co-authored by renee-png
parent 8b64649cf8
commit 139b179528
@@ -1594,6 +1594,9 @@ export function CustomFormBuilder() {
<Outdent className="h-4 w-4" />
</ToolbarBtn>
<Separator orientation="vertical" className="h-6 mx-1" />
<ToolbarBtn title="Insert image…" onClick={triggerImagePicker}>
<ImagePlus className="h-4 w-4" />
</ToolbarBtn>
<ToolbarBtn title="Insert table…" onClick={() => setTableDialogOpen(true)}>
<TableIcon className="h-4 w-4" />
</ToolbarBtn>