Skip to content

Commit 1cb4a57

Browse files
committed
MC-40739: Checkbox "Exclude Media Folder from backup" not working
1 parent f19c590 commit 1cb4a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/adminhtml/backup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ define([
7373
this.hidePopups();
7474
this.showPopup('backup-options');
7575

76-
if (this.type == 'snapshot') {
76+
if (this.type === 'snapshot') {
7777
jQuery('#exclude-media-checkbox-container').removeClass('no-display');
7878
}
7979
},

0 commit comments

Comments
 (0)