From 74a4d830c83916fc7fdf6501038f62e8d615f6b1 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 12 Oct 2025 09:30:26 +0200 Subject: [PATCH] Feature/improve accounts table Storybook story (#5739) * Improve Storybook story --- .../src/lib/accounts-table/accounts-table.component.stories.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/ui/src/lib/accounts-table/accounts-table.component.stories.ts b/libs/ui/src/lib/accounts-table/accounts-table.component.stories.ts index 42f48fffd..aeda82fd9 100644 --- a/libs/ui/src/lib/accounts-table/accounts-table.component.stories.ts +++ b/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,