From 460b1b3f7ea698064aa3bcb087a72a01e31e05de Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Fri, 15 Sep 2023 11:25:05 +0300 Subject: [PATCH] Add decorators to story --- src/pages/Dashboard/BalanceLineChart/LineChart.stories.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pages/Dashboard/BalanceLineChart/LineChart.stories.tsx b/src/pages/Dashboard/BalanceLineChart/LineChart.stories.tsx index 89359969..6652c699 100644 --- a/src/pages/Dashboard/BalanceLineChart/LineChart.stories.tsx +++ b/src/pages/Dashboard/BalanceLineChart/LineChart.stories.tsx @@ -12,6 +12,13 @@ const meta = { layout: 'centered', }, tags: ['autodocs'], + decorators: [StoryObj => + ( + + , + + ) + ] } satisfies Meta export default meta