Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
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>
|
||||
|
||||
Reference in New Issue
Block a user