Skip to content

Commit

Permalink
fix: global settings props
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreG-tech committed Oct 9, 2023
1 parent cb101d8 commit d5f155e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/features/settings/src/lib/GlobalSettings/examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ export const globalSettingsProps = {
system: 'Automatic',
},
displayText: 'Display mode',
currencySelectText: 'Select your default currency',
currencyText: {
eur: 'EUR',
usd: 'USD',
},
};

export const GlobalSettingsExample = (props: GlobalSettingsProps) => {
Expand Down

0 comments on commit d5f155e

Please sign in to comment.