1
0
Fork 0

cutting layout view

This commit is contained in:
Enoch Riese 2023-06-06 11:17:14 -05:00
parent 62638902e8
commit 15c4201906
31 changed files with 585 additions and 741 deletions

View file

@ -26,7 +26,7 @@ export const ns = ['print']
export const PrintSettings = ({ update, settings, ui, account }) => {
const config = loadPrintConfig(settings.units)
const passProps = { units: settings.units }
const updateFunc = (name, newVal) => update.ui([...printSettingsPath, name], newVal)
const updateFunc = (path, newVal) => update.ui([...printSettingsPath, ...path], newVal)
return (
<WorkbenchMenu