mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 16:35:49 +01:00
🐛 API endpoints not working with multiple widgets
This commit is contained in:
@@ -63,7 +63,7 @@ function CalendarTile({ widget }: CalendarTileProps) {
|
||||
await fetch(
|
||||
`/api/modules/calendar?year=${month.getFullYear()}&month=${
|
||||
month.getMonth() + 1
|
||||
}&configName=${configName}`
|
||||
}&configName=${configName}&id=${widget.id}`
|
||||
)
|
||||
).json()) as MediasType,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user