Skip to content

Commit

Permalink
fix: default mirror to true
Browse files Browse the repository at this point in the history
  • Loading branch information
invaderb committed Apr 20, 2023
1 parent 8c09a1d commit ca476e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
rowsNumber: 0
});
const searchData: any = ref({
mirror: false
mirror: true
});
const openSearchDialog = ref(false);
const openPTNDialog = ref(false);
Expand Down

0 comments on commit ca476e4

Please sign in to comment.