From 59678e34dad0b6587f28ec642c84f6c6ee06543b Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Sun, 11 May 2025 02:08:38 -0400 Subject: firefly templates correctly loading --- .../nodes/DataVizBox/DocCreatorMenu/Menu/TemplatePreviewGrid.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/Menu/TemplatePreviewGrid.tsx') diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Menu/TemplatePreviewGrid.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Menu/TemplatePreviewGrid.tsx index fb246a0a0..e78109b62 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Menu/TemplatePreviewGrid.tsx +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Menu/TemplatePreviewGrid.tsx @@ -17,9 +17,9 @@ export interface SuggestedTemplatesProps { loading?: boolean; templates: Template[]; title: string; - optionsButtonOpts?: [string, (...args: any) => any]; - previewBoxLeftButtonOpts?: [string, (...args: any) => any]; - previewBoxRightButtonOpts?: [string, (...args: any) => any]; + optionsButtonOpts?: [IconProp, (...args: any) => any]; + previewBoxLeftButtonOpts?: [IconProp, (...args: any) => any]; + previewBoxRightButtonOpts?: [IconProp, (...args: any) => any]; setupButtonClick: (e: React.PointerEvent, func: () => void) => void; } @@ -45,7 +45,7 @@ export class TemplatePreviewGrid extends ObservableReactComponent { this.props.menu.setExpandedView(template); this.forceUpdate(); }]} - rightButtonOpts={["plus", (template: Template) => {}]} + rightButtonOpts={this._props.previewBoxRightButtonOpts} /> ))} -- cgit v1.2.3-70-g09d2