From 28fab7b7281ac543c3ed1e6ec6247b92f7e0bc52 Mon Sep 17 00:00:00 2001 From: Ashley Echols Date: Tue, 30 Jul 2024 15:59:07 -0500 Subject: [PATCH] chore: fixes Story name --- packages/sage-react/lib/EmptyState/EmptyState.story.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sage-react/lib/EmptyState/EmptyState.story.jsx b/packages/sage-react/lib/EmptyState/EmptyState.story.jsx index bab384f9fb..979a40701b 100644 --- a/packages/sage-react/lib/EmptyState/EmptyState.story.jsx +++ b/packages/sage-react/lib/EmptyState/EmptyState.story.jsx @@ -35,8 +35,8 @@ const Template = (args) => ; export const Default = Template.bind({}); -export const Compactsize = Template.bind({}); -Compactsize.args = { +export const CompactSize = Template.bind({}); +CompactSize.args = { icon: null, graphic: (), size: EmptyState.SIZES.PAGE,