5084-monitor.index_tickets #1301

Merged
vicent merged 7 commits from 5084-monitor.index_tickets into dev 2023-02-02 10:52:52 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 51400b1c74 - Show all commits

View File

@ -589,8 +589,7 @@ export default class SmartTable extends Component {
refresh() {
this.isRefreshing = true;
this.model.refresh()
.then(() => this.isRefreshing = false)
.catch(() => this.isRefreshing = false);
.finally(() => this.isRefreshing = false);
}
}