Merge pull request #171 from snowball-tools/eric/airf-42-update-org-to-team

fix: use 'team' instead of 'organization'
This commit is contained in:
Eric Lewis 2024-04-09 17:20:51 -04:00 committed by GitHub
commit 47231a6eab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,7 +130,7 @@ export const UserSelect = ({ options, value }: UserSelectProps) => {
) : ( ) : (
<div className="animate-pulse h-1.5 mb-1 w-full rounded-full bg-elements-on-disabled" /> <div className="animate-pulse h-1.5 mb-1 w-full rounded-full bg-elements-on-disabled" />
)} )}
<p className="text-xs text-elements-low-em">Organization</p> <p className="text-xs text-elements-low-em">Team</p>
</div> </div>
</div> </div>