Skip to content

Commit

Permalink
Poprawka lintera
Browse files Browse the repository at this point in the history
  • Loading branch information
Acors24 committed Nov 13, 2024
1 parent 8733bdd commit 40ff99f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zapisy/apps/theses/assets/components/StudentFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ export default Vue.extend({
)
);
const filter = this.$refs["student-filter"] as Vue & MultiSelectFilterWithSelected;
const filter = this.$refs["student-filter"] as Vue &
MultiSelectFilterWithSelected;
if (filter) {
filter.selected = multiselectOptions;
}
Expand Down

0 comments on commit 40ff99f

Please sign in to comment.