Commit bde81ef6 authored by Kushal Pandya's avatar Kushal Pandya

Remove unnecessary element check

parent 76bd18f6
......@@ -48,7 +48,6 @@ export default class Todos {
}
initFilterDropdown($dropdown, fieldName, searchFields) {
if ($dropdown.length) {
$dropdown.glDropdown({
fieldName,
selectable: true,
......@@ -67,7 +66,6 @@ export default class Todos {
},
});
}
}
updateRowStateClicked(e) {
e.stopPropagation();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment