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
|
||||
label="Text align"
|
||||
control={BarButtonList}
|
||||
onChange={align => nav.syncAppNavigation({ textAlign: align })}
|
||||
onChange={align => update("textAlign", align)}
|
||||
value={$nav.textAlign}
|
||||
props={{
|
||||
options: alignmentOptions,
|
||||
|
|
Loading…
Reference in New Issue