mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-17 16:29:19 +00:00
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:
commit
47231a6eab
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user