Skip to content

Commit

Permalink
Update note
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelElysia committed Mar 22, 2024
1 parent fca3cfe commit a5cd847
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const TeamHostExpiryToggle = ({
<Checkbox
name="enableHostExpiry"
onChange={setTeamExpiryEnabled}
value={teamExpiryEnabled || globalHostExpiryEnabled} // Disabled but still shows checkmark if global expiry is enabled.
value={teamExpiryEnabled || globalHostExpiryEnabled} // Still shows checkmark if global expiry is enabled though the checkbox will be disabled.
disabled={globalHostExpiryEnabled}
helpText={renderHelpText()}
tooltipContent={
Expand Down

0 comments on commit a5cd847

Please sign in to comment.