fix: use 'team' instead of 'organization'
This commit is contained in:
parent
f38dfb5604
commit
0da7c3541e
@ -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