diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2025-05-12 01:27:50 -0400 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2025-05-12 01:27:50 -0400 |
commit | 5be235c8ca1b4ad5d499fac96133e77c773b7c6d (patch) | |
tree | 1cc718c4ce622be757b4d2dea6094e8ca9b869a9 /src/client/views/nodes/DataVizBox/DocCreatorMenu/Menu/TemplateEditingWindow.tsx | |
parent | 4219c751c0f984fac6e5995c1ab955a8d63a28cd (diff) |
data fields
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/Menu/TemplateEditingWindow.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu/Menu/TemplateEditingWindow.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Menu/TemplateEditingWindow.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Menu/TemplateEditingWindow.tsx index 4ff509d73..e1d8ea8a5 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Menu/TemplateEditingWindow.tsx +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Menu/TemplateEditingWindow.tsx @@ -99,13 +99,13 @@ export class FireflyVariationsTab extends ObservableReactComponent<FireflyVariat <DocCreatorMenuButton icon={'arrows-rotate'} styles={'border'} function={this.generateVariations}/> </div> <nav className="options‑menu"> - <div className="menu‑item switch"> + <label className="menu‑item switch"> <input type="checkbox" checked={this.fireflyOptions.useStyleRef} onChange={(e) => runInAction(() => this.fireflyOptions.useStyleRef = e.target.checked)} /> <span className="slider round"></span> <span className="firefly-option-label">Use template as style guide</span> - </div> + </label> <div className="menu‑item"> <span className="firefly-option-label">Variations</span> <input type="range" id="variations" |