535 coderabbit linter pr comments (#611)

This commit is contained in:
Camille Moussu
2026-03-13 09:49:36 +01:00
committed by GitHub
parent fd7581a8db
commit ee893cd8e5
9 changed files with 15 additions and 72 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ function CalendarPopover({
if (importedContent) {
dispatch(
importEventFromFileAsync({
calLink: `/calendar/${userData.openpaasId}/${calId}.json`,
calLink: `/calendars/${userData.openpaasId}/${calId}.json`,
file: importedContent,
})
);