Skip to content

Commit

Permalink
Merge branch 'develop' into feature/form-elements-enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgaunt authored Oct 7, 2024
2 parents 9e73ed4 + 202a155 commit d449c87
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 d449c87

Please sign in to comment.