We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6836643 commit 48f88deCopy full SHA for 48f88de
apps/front-end/src/components/panel/searchPanel/searchBox/SearchBox.stories.tsx
@@ -58,7 +58,6 @@ export const WithButtonAction: Story = {
58
args: {
59
value: "",
60
onChange: fn(),
61
- buttonAction: fn(),
62
},
63
play: ({ canvasElement }) => clickInteraction(canvasElement),
64
};
@@ -67,7 +66,6 @@ export const WithValueAndButtonAction: Story = {
67
66
68
value: "Search",
69
70
71
72
73
0 commit comments