Skip to content

Commit

Permalink
fix: clear disabled array
Browse files Browse the repository at this point in the history
  • Loading branch information
jakowenko committed Sep 17, 2021
1 parent 1e10da6 commit dd84f85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/Match.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export default {
if (!$this.liveReload) {
$this.matches.source = [];
$this.matches.loaded = [];
$this.matches.disabled = [];
}
await Sleep(1000);
await $this.get().filters();
Expand Down

0 comments on commit dd84f85

Please sign in to comment.