Browse Source

Feature/improve accounts table Storybook story (#5739)

* Improve Storybook story
pull/5743/head
Thomas Kaul 5 days ago
committed by GitHub
parent
commit
74a4d830c8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      libs/ui/src/lib/accounts-table/accounts-table.component.stories.ts

3
libs/ui/src/lib/accounts-table/accounts-table.component.stories.ts

@ -112,6 +112,7 @@ export const Loading: Story = {
accounts: undefined,
baseCurrency: 'USD',
deviceType: 'desktop',
hasPermissionToOpenDetails: false,
locale: 'en-US',
showActions: false,
showAllocationInPercentage: false,
@ -128,6 +129,7 @@ export const Default: Story = {
accounts,
baseCurrency: 'USD',
deviceType: 'desktop',
hasPermissionToOpenDetails: false,
locale: 'en-US',
showActions: false,
showAllocationInPercentage: false,
@ -147,6 +149,7 @@ export const WithoutFooter: Story = {
accounts,
baseCurrency: 'USD',
deviceType: 'desktop',
hasPermissionToOpenDetails: false,
locale: 'en-US',
showActions: false,
showAllocationInPercentage: false,

Loading…
Cancel
Save