Skip to content

Commit 4e4a7c2

Browse files
authored
Merge pull request #38 from sherlockode/fix/missing-modal-import
Add missing modal lib import
2 parents f329ae4 + add5325 commit 4e4a7c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Resources/js/AdvancedContentBundle/acb-notification.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import $ from 'jquery';
2+
import 'semantic-ui-css/components/modal';
23

34
let notifAlert = function (message) {
45
alert(message);

0 commit comments

Comments
 (0)