Skip to content

Commit 7abdfba

Browse files
committed
Show loader while filtering/sorting
1 parent 7b68b3c commit 7abdfba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

frontend/src/composables/useService.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ export function useService(passwordDialogRef) {
287287
catch (err) {
288288
globalStatus.error.value = err
289289
}
290+
finally {
291+
await globalStatus.finishLoading();
292+
}
290293

291294
return coinsList;
292295
}

0 commit comments

Comments
 (0)