You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(crm): drop hardcoded $ from sales dashboard formats
Switches all `format: '$0,0'` and `prefix: '$'` declarations to plain
`format: '0,0'`. Currency symbols should come from a configured
`Field.currency({ currency: 'USD' })` on the object schema (or be
omitted when the demo data is region-agnostic), not from
hardcoded format strings in the dashboard layer.
Pairs with objectui change that no longer silently defaults
unconfigured currency fields to USD.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments