From 27bbee175382648ecb18b56fddc91edf66ed6088 Mon Sep 17 00:00:00 2001 From: Tommmaso Menga Date: Mon, 22 Jan 2024 16:15:41 +0100 Subject: [PATCH] chore(selection-panel): chromatic fix --- src/components/selection-panel/selection-panel.stories.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/selection-panel/selection-panel.stories.ts b/src/components/selection-panel/selection-panel.stories.ts index c19bf8a0603..fb5f8073ab6 100644 --- a/src/components/selection-panel/selection-panel.stories.ts +++ b/src/components/selection-panel/selection-panel.stories.ts @@ -718,7 +718,9 @@ export const NestedCheckboxes: StoryObj = { const meta: Meta = { decorators: [ - (story) => html`
${story()}
`, + (story) => html` +
${story()}
+ `, withActions as Decorator, ], parameters: {