refactor: removed stray else
This commit is contained in:
parent
82fd9e568c
commit
e34a948e6e
1 changed files with 0 additions and 1 deletions
|
|
@ -254,7 +254,6 @@ export default class Grid {
|
|||
// toolbar
|
||||
this.setup_toolbar();
|
||||
this.toggle_checkboxes(this.display_status !== 'Read');
|
||||
else this.toggle_checkboxes(true);
|
||||
|
||||
// sortable
|
||||
if(this.frm && this.is_sortable() && !this.sortable_setup_done) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue