turning imitation to false when sharing team from the team page
This commit is contained in:
parent
2e78c3f03c
commit
f900ba6c9d
1 changed files with 1 additions and 0 deletions
|
|
@ -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)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue