added an optional param to the object users and object teams to use a button with a label and use the share icon when it isn't there
This commit is contained in:
parent
186604dccf
commit
9d41499c27
3 changed files with 28 additions and 11 deletions
|
|
@ -247,6 +247,7 @@ export default function TeamPage() {
|
|||
closeDialogCallback={() => setUserDialog(false)}
|
||||
refreshCallback={() => {}}
|
||||
useImitation={false}
|
||||
shareLabel="Add Team Member +"
|
||||
/>
|
||||
<Grid2 container spacing={1}>
|
||||
<Grid2 size={{ xs: 12, sm: 4 }}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue