Skip to content

Commit 48f88de

Browse files
committed
[front-end] Fix build of searchbox stories
1 parent 6836643 commit 48f88de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/front-end/src/components/panel/searchPanel/searchBox/SearchBox.stories.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export const WithButtonAction: Story = {
5858
args: {
5959
value: "",
6060
onChange: fn(),
61-
buttonAction: fn(),
6261
},
6362
play: ({ canvasElement }) => clickInteraction(canvasElement),
6463
};
@@ -67,7 +66,6 @@ export const WithValueAndButtonAction: Story = {
6766
args: {
6867
value: "Search",
6968
onChange: fn(),
70-
buttonAction: fn(),
7169
},
7270
play: ({ canvasElement }) => clickInteraction(canvasElement),
7371
};

0 commit comments

Comments
 (0)