mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 23:15:46 +01:00
Merge branch 'dev' into next-13
This commit is contained in:
@@ -54,6 +54,7 @@ function CalendarTile({ widget }: CalendarTileProps) {
|
||||
|
||||
const { data: medias } = useQuery({
|
||||
queryKey: ['calendar/medias', { month: month.getMonth(), year: month.getFullYear() }],
|
||||
staleTime: 1000 * 60 * 60 * 5,
|
||||
queryFn: async () =>
|
||||
(await (
|
||||
await fetch(
|
||||
|
||||
Reference in New Issue
Block a user