Skip to content

Default new teams to active and fixed MUI warning from Autocomplete.#2853

Merged
mkimberlin merged 2 commits intodevelopfrom
bugfix-2852/new-team-inactive
Feb 5, 2025
Merged

Default new teams to active and fixed MUI warning from Autocomplete.#2853
mkimberlin merged 2 commits intodevelopfrom
bugfix-2852/new-team-inactive

Conversation

@ocielliottc
Copy link
Collaborator

No description provided.

@ocielliottc ocielliottc linked an issue Jan 30, 2025 that may be closed by this pull request
variant="outlined"
className="halfWidth"
checked={editedTeam.active ? editedTeam.active : false}
checked={editedTeam.active}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At first, I was absolutely terrified that I was the one responsible for this. My relief was immense.

@mkimberlin mkimberlin merged commit 9047651 into develop Feb 5, 2025
4 checks passed
@mkimberlin mkimberlin deleted the bugfix-2852/new-team-inactive branch February 5, 2025 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Creating a new team defaults to inactive

2 participants