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

Merge pull request #14174 from Budibase/fix/app-title-alignment

Fix for App title text alignment not persisting
This commit is contained in:
deanhannigan 2024-07-15 12:26:47 +01:00 committed by GitHub
commit f6141af91f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,