Skip to content

Commit

Permalink
pkp/pkp-lib#9527 reenable other decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Dec 18, 2023
1 parent e7add6f commit 955a74a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ const preview = {
attributeName: 'dir',
parentSelector: '#storybook-root',
}),
/*(story) => ({
(story) => ({
components: {story},
template: '<div style="padding: 10px;"><story /></div>',
}),
/** Globally Available Dialog */
/*(story) => ({
(story) => ({
setup() {
const dialogStore = useDialogStore();
return {dialogStore};
Expand All @@ -123,7 +123,7 @@ const preview = {
></PkpDialog>
<story />
</div>`,
}),*/
}),
],
parameters: {
actions: {argTypesRegex: '^on[A-Z].*'},
Expand Down

0 comments on commit 955a74a

Please sign in to comment.