Skip to content

Commit 9b60615

Browse files
committed
protect distance in search from null
1 parent 4667345 commit 9b60615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/app/Search.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default {
9999
},
100100
distance: {
101101
min: 0,
102-
max: null,
102+
max: 1,
103103
},
104104
popularity: {
105105
min: null,

0 commit comments

Comments
 (0)