Skip to content

Commit

Permalink
Merge branch 'develop' into feature/CIVIC-1937-inline-css-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgaunt authored Oct 7, 2024
2 parents db07221 + 202a155 commit 20a04b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/themes/contrib/civictheme/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { decoratorDocs } from '../components/00-base/storybook/storybook.docs.ut

// Call attaching of behaviours.
addDecorator((storyFn) => {
useEffect(() => Drupal.attachBehaviors(), []);
useEffect(() => Drupal.attachBehaviors());
return storyFn();
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { decoratorDocs } from '../components_combined/00-base/storybook/storyboo

// Call attaching of behaviours.
addDecorator((storyFn) => {
useEffect(() => Drupal.attachBehaviors(), []);
useEffect(() => Drupal.attachBehaviors());
return storyFn();
});

Expand Down

0 comments on commit 20a04b7

Please sign in to comment.