-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues caused by upgrade to Bootstrap v5
Fixes #54.
- Loading branch information
1 parent
d88c00c
commit e062d9c
Showing
4 changed files
with
28 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
assets/js/admin/components/galleryEditor/sources/helpers/selectors.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
export default { | ||
mediaApp: '#mediaApp', | ||
modalBody: '.modal-body', | ||
modalCancelButton: 'button[data-dismiss="modal"]', | ||
modalCancelButton: 'button[data-bs-dismiss="modal"]', | ||
modalDialog: '.modal-dialog', | ||
modalSubmitButton: 'button[data-accept="modal"]', | ||
modalSubmitButton: 'button[data-bs-accept="modal"]', | ||
modalTitle: '.modal-title', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters