Title text alignment was not being saved to the app metadata.
This commit is contained in:
parent
49fc362c34
commit
0a50ab284f
|
@ -124,7 +124,7 @@
|
||||||
<PropertyControl
|
<PropertyControl
|
||||||
label="Text align"
|
label="Text align"
|
||||||
control={BarButtonList}
|
control={BarButtonList}
|
||||||
onChange={align => nav.syncAppNavigation({ textAlign: align })}
|
onChange={align => update("textAlign", align)}
|
||||||
value={$nav.textAlign}
|
value={$nav.textAlign}
|
||||||
props={{
|
props={{
|
||||||
options: alignmentOptions,
|
options: alignmentOptions,
|
||||||
|
|
Loading…
Reference in New Issue