Skip to content

Commit 5b26efb

Browse files
committed
fixup! add(select-inputs): add action selector
1 parent 18ddde4 commit 5b26efb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/stories/MultiSelectInput.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function handleClick(_:string | undefined, e: React.MouseEvent<HTMLButtonElement
5858

5959
export const WithActions = Template.bind({});
6060
WithActions.args = {
61-
actionSelector: () => (
61+
actionsSelector: () => (
6262
<QuickActionButton
6363
name={undefined}
6464
onClick={handleClick}

src/stories/SearchMultiSelectInput.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function handleClick(_:string | undefined, e: React.MouseEvent<HTMLButtonElement
200200

201201
export const WithActions = Template.bind({});
202202
WithActions.args = {
203-
actionSelector: () => (
203+
actionsSelector: () => (
204204
<QuickActionButton
205205
name={undefined}
206206
onClick={handleClick}

0 commit comments

Comments
 (0)