refactor: removed stray else

This commit is contained in:
Shivam Mishra 2019-07-03 11:14:46 +05:30 committed by GitHub
parent 82fd9e568c
commit e34a948e6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {