Fix wrong nav settings being updated
This commit is contained in:
parent
d14cfbb0ab
commit
cecd5a1908
|
@ -91,12 +91,12 @@
|
|||
label="Sticky header"
|
||||
control={Checkbox}
|
||||
value={$nav.sticky}
|
||||
onChange={width => update("navWidth", width)}
|
||||
onChange={sticky => update("sticky", sticky)}
|
||||
/>
|
||||
<PropertyControl
|
||||
label="Width"
|
||||
control={Select}
|
||||
onChange={position => update("navigation", position)}
|
||||
onChange={position => update("navWidth", position)}
|
||||
value={$nav.navWidth}
|
||||
props={{
|
||||
placeholder: null,
|
||||
|
|
Loading…
Reference in New Issue