1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

Title text alignment was not being saved to the app metadata.

This commit is contained in:
Dean 2024-07-15 11:12:26 +01:00
parent 49fc362c34
commit 0a50ab284f

View file

@ -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,