feat(shared): PanZoomPattern component
This commit is contained in:
parent
b829883674
commit
eef8d68781
7 changed files with 71 additions and 152 deletions
|
@ -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)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue