We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84aa1ee commit 4b7cf43Copy full SHA for 4b7cf43
apps/frontend/src/components/questionnaire/calendar/EntryCalendar.tsx
@@ -193,7 +193,7 @@ export function EntryCalendar({
193
)}
194
select={setupEntryCreate}
195
eventClick={({ event }) => {
196
- if (event.groupId === "gaps") {
+ if (event.groupId === "gaps" || event.display === "background") {
197
setupEntryCreate(event);
198
} else {
199
setupEntryUpdate(event);
0 commit comments