put id on create tenant button for testing purposes (#1588)
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5dc8d1808c
commit
3307d6f282
@@ -218,6 +218,7 @@ const ListTenants = ({ classes, setErrorSnackMessage }: ITenantsList) => {
|
|||||||
variant={"outlined"}
|
variant={"outlined"}
|
||||||
/>
|
/>
|
||||||
<RBIconButton
|
<RBIconButton
|
||||||
|
id={"create-tenant"}
|
||||||
tooltip={"Create Tenant"}
|
tooltip={"Create Tenant"}
|
||||||
text={"Create Tenant"}
|
text={"Create Tenant"}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user