Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 363c324

Browse files
committed
fix: don't allow focus declined event schedules
1 parent 381285c commit 363c324

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/admin-ui/src/spa/recurring-reservations/application-rounds/[id]/allocation/ApplicationEventCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ export function ApplicationSectionCard({
190190
checked={isActive}
191191
onClick={toggleSelection}
192192
$topPadding
193+
disabled={type === "declined"}
193194
/>
194195
<ToggleButton onClick={() => setIsExpanded(!isExpanded)}>
195196
{isExpanded ? <IconAngleUp /> : <IconAngleDown />}

0 commit comments

Comments
 (0)