Skip to content

Commit

Permalink
fix: don't allow focus declined event schedules
Browse files Browse the repository at this point in the history
  • Loading branch information
joonatank committed May 15, 2024
1 parent 381285c commit 363c324
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export function ApplicationSectionCard({
checked={isActive}
onClick={toggleSelection}
$topPadding
disabled={type === "declined"}
/>
<ToggleButton onClick={() => setIsExpanded(!isExpanded)}>
{isExpanded ? <IconAngleUp /> : <IconAngleDown />}
Expand Down

0 comments on commit 363c324

Please sign in to comment.