Loading packages/client/src/components/Settings/TemplateSettings.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ export const TemplateSettings = () => { step={1} minValue={0} maxValue={100} value={opacity || 100} value={opacity ?? 100} onChange={(v) => setOpacity(v as number)} getValue={(v) => v + "%"} /> Loading Loading
packages/client/src/components/Settings/TemplateSettings.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ export const TemplateSettings = () => { step={1} minValue={0} maxValue={100} value={opacity || 100} value={opacity ?? 100} onChange={(v) => setOpacity(v as number)} getValue={(v) => v + "%"} /> Loading