Skip to content

Commit

Permalink
fix story
Browse files Browse the repository at this point in the history
Signed-off-by: hemahg <[email protected]>
  • Loading branch information
hemahg committed Oct 16, 2024
1 parent 4e79f09 commit 6d69e2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/components/ClusterOverview/ClusterCard.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ type Story = StoryObj<typeof ClusterCard>;
export const WithData: Story = {
args: {
isLoading: false,
reconciliationPaused: true,
name: "my-kafka-cluster",
status: "ready",
brokersTotal: 9999,
Expand Down Expand Up @@ -72,7 +71,6 @@ export const NoMessages: Story = {
brokersOnline: 9999,
consumerGroups: 9999,
kafkaVersion: "3.5.6",
reconciliationPaused: false,
messages: [],
},
};
Expand Down

0 comments on commit 6d69e2b

Please sign in to comment.