Skip to content

Commit

Permalink
feat: Change Reset Filter in Program Selector Drawer to Overall - MEE…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored and rdenarie committed Nov 9, 2023
1 parent 59b0baa commit 1a24864
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
class="dark-grey-color px-0 hidden-xs-only"
text
outlined
@click="reset">
@click="resetFilter">
<v-icon size="18" class="icon-default-color me-2">fa-redo</v-icon>
{{ $t('challenge.button.resetFilter') }}
</v-btn>
Expand Down Expand Up @@ -111,6 +111,9 @@ export default {
this.$emit('input', this.programId);
this.close();
},
resetFilter() {
this.programId = '0';
},
reset() {
this.programId = this.value;
},
Expand Down

0 comments on commit 1a24864

Please sign in to comment.