turning imitation to false when sharing team from the team page

This commit is contained in:
Carter 2025-06-23 12:17:02 -06:00
parent 2e78c3f03c
commit f900ba6c9d

View file

@ -146,6 +146,7 @@ export default function TeamActions(props: Props) {
permissions={permissions}
isDialogOpen={openState.share}
closeDialogCallback={() => setOpenState({ ...openState, share: false })}
useImitation={false}
/>
<ObjectUsers
scope={teamScope(key)}