We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d57dd commit 31f421cCopy full SHA for 31f421c
rater-src/Windows/Components/BannerListWidget.js
@@ -199,7 +199,7 @@ BannerListWidget.prototype.autofillClassRatings = function(config) {
199
if (classItem && classItem.getData() && !config.forBannerShell) {
200
return;
201
}
202
- if (config.forBannerShell && !banner.isShellTemplate && classItem.getData() === autoClass) {
+ if (config.forBannerShell && !banner.isShellTemplate && classItem && classItem.getData() === autoClass) {
203
banner.classDropdown.getMenu().selectItemByData(null);
204
205
0 commit comments