Skip to content

Commit

Permalink
last diff reduction/indentation change
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Gilgur <[email protected]>
  • Loading branch information
Anton Gilgur committed Aug 22, 2024
1 parent ae3a40f commit 51b30ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stories/popup.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ export const PromptWithReactCheckboxThatIsCheckedByDefaultUsernameDefaultSetToAd
},
undefined,
undefined,
{checkboxField: true, username: 'admin'});
{checkboxField: true, username: 'admin'}
);
action('Prompt values')(values);
}}>Click me</button>
)}
Expand Down

0 comments on commit 51b30ec

Please sign in to comment.