Skip to content

Commit 43692a0

Browse files
author
Hwashiang Yu
committed
MC-17807: Store name rendering in customer section
- Resolved static test failures
1 parent 7153056 commit 43692a0

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/lib/knockout/bindings/optgroup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ define([
311311
obj.disabled = disabled;
312312
}
313313

314-
if ("__disableTmpl" in option) {
314+
if (option.hasOwnProperty("__disableTmpl")) {
315315
obj.__disableTmpl = option.__disableTmpl;
316316
}
317317

0 commit comments

Comments
 (0)