We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d251eee commit a896409Copy full SHA for a896409
app/code/Magento/Ui/view/base/web/js/form/element/single-checkbox-toggle-notice.js
@@ -31,7 +31,7 @@ define([
31
/**
32
* Choose notice function
33
*
34
- * @returns {void}
+ * @returns void
35
*/
36
chooseNotice: function () {
37
var checkedNoticeNumber = Number(this.checked());
@@ -42,7 +42,7 @@ define([
42
43
* Choose notice on update
44
45
46
47
onUpdate: function () {
48
this._super();
0 commit comments