From b9ee139bbc007878b179221b9f756838a39b8a29 Mon Sep 17 00:00:00 2001 From: Hema HG <53568062+hemahg@users.noreply.github.com> Date: Wed, 4 Dec 2024 05:29:05 +0530 Subject: [PATCH] fix node table story (#1268) Signed-off-by: hemahg --- .../(authorized)/kafka/[kafkaId]/nodes/nodesTable.stories.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/app/[locale]/(authorized)/kafka/[kafkaId]/nodes/nodesTable.stories.tsx b/ui/app/[locale]/(authorized)/kafka/[kafkaId]/nodes/nodesTable.stories.tsx index 9de06abf4..bf0ef9d71 100644 --- a/ui/app/[locale]/(authorized)/kafka/[kafkaId]/nodes/nodesTable.stories.tsx +++ b/ui/app/[locale]/(authorized)/kafka/[kafkaId]/nodes/nodesTable.stories.tsx @@ -4,7 +4,7 @@ const sampleNodesData = [ { id: 0, isLeader: true, - status: 'Stable', + status: 'Running', followers: 10, leaders: 1, rack: 'us-east-1', @@ -15,7 +15,7 @@ const sampleNodesData = [ { id: 1, isLeader: true, - status: 'Stable', + status: 'Running', followers: 10, leaders: 1, rack: 'us-east-2',