Skip to content

Commit

Permalink
Fix it here too
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue committed Sep 30, 2024
1 parent fac1306 commit c040064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default defineComponent({
time: this.$route.query.time,
type: this.$route.query.type,
duration: this.$route.query.duration,
features: features,
features: features ?? [],
}

const payload = {
Expand Down

0 comments on commit c040064

Please sign in to comment.