1
0
Fork 0

feat(shared): PanZoomPattern component

This commit is contained in:
joostdecock 2023-06-01 20:18:37 +02:00
parent b829883674
commit eef8d68781
7 changed files with 71 additions and 152 deletions

View file

@ -167,7 +167,7 @@ export const UiSettings = ({ design, update, settings, ui, control, language, Dy
.map((name) => (
<Setting
key={name}
{...{ name, design, update, t, loadDocs, control }}
{...{ name, design, update, t, loadDocs, control, ui }}
config={settingsConfig[name]}
current={ui[name]}
changed={wasChanged(ui[name], name, settingsConfig)}