mirror of
https://github.com/directus/directus.git
synced 2026-01-26 13:08:40 -05:00
Use view.activeStart instead of view.currentStart in calendar layout date filter (#9638)
This commit is contained in:
@@ -61,7 +61,7 @@ export default defineLayout<LayoutOptions>({
|
||||
_and: [
|
||||
{
|
||||
[startDateField.value]: {
|
||||
_between: [formatISO(calendar.value.view.currentStart), formatISO(calendar.value.view.currentEnd)],
|
||||
_between: [formatISO(calendar.value.view.activeStart), formatISO(calendar.value.view.activeEnd)],
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user