From 9036d9970633ecfe90274bd46037298130af5b66 Mon Sep 17 00:00:00 2001 From: anuradha9712 Date: Mon, 25 Nov 2024 18:56:09 +0400 Subject: [PATCH] fix(table): update table stories structure on storybook --- .../__stories__/pagination/basicPagination.story.jsx | 8 +------- .../table/__stories__/pagination/jumpPagination.story.jsx | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/core/components/organisms/table/__stories__/pagination/basicPagination.story.jsx b/core/components/organisms/table/__stories__/pagination/basicPagination.story.jsx index 5b21f6c63..1c4166b09 100644 --- a/core/components/organisms/table/__stories__/pagination/basicPagination.story.jsx +++ b/core/components/organisms/table/__stories__/pagination/basicPagination.story.jsx @@ -9,13 +9,7 @@ export const basicPagination = () => { return (
- +
); diff --git a/core/components/organisms/table/__stories__/pagination/jumpPagination.story.jsx b/core/components/organisms/table/__stories__/pagination/jumpPagination.story.jsx index 4bca7e9c2..c1e0826e9 100644 --- a/core/components/organisms/table/__stories__/pagination/jumpPagination.story.jsx +++ b/core/components/organisms/table/__stories__/pagination/jumpPagination.story.jsx @@ -9,13 +9,7 @@ export const jumpPagination = () => { return (
-
+
);