Skip to content

Commit 97a951b

Browse files
committed
Remove unused method
1 parent cbe47c2 commit 97a951b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

app/code/Magento/Ui/view/base/web/js/grid/url-filter-applier.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,6 @@ define([
105105
delete options['filters[asset_id]'];
106106

107107
return options;
108-
},
109-
110-
/**
111-
* Set select component options
112-
*
113-
* @param {Array} options
114-
*/
115-
setOptions: function (options) {
116-
this.selectComponent().options(options);
117-
118108
}
119109
});
120110
});

0 commit comments

Comments
 (0)