Skip to content

Commit

Permalink
DAMO-242 | Fixed share collection first open dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
dj1999 committed Feb 8, 2024
1 parent 71b3ac3 commit 41e570f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/media_collection_share/media_collection_share.module
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ function media_collection_share_preprocess_media_collection(array &$variables) {
'tags' => $collection->getCacheTags(),
'contexts' => $collection->getCacheContexts(),
],
'#attached' => [
'library' => [
'core/drupal.dialog.ajax',
],
],
];
}
}
Expand Down

0 comments on commit 41e570f

Please sign in to comment.