Skip to content

Commit dc0cbe0

Browse files
committed
wip: Enhance collection filtering #1151
1 parent a6273de commit dc0cbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/client/components/collection/KTimeFilterControl.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { useCurrentActivity } from '../../composables'
1717
defineProps({
1818
service: {
1919
type: String,
20-
default: 'events'
20+
required: true
2121
}
2222
})
2323

0 commit comments

Comments
 (0)