mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-29 19:12:02 +08:00
fix: make integrations available for the ee cloud user (#4963)
This commit is contained in:
parent
3957d91a9b
commit
e2992b42c1
@ -278,7 +278,7 @@ function SideNav({
|
|||||||
}, [isCloudUserVal, isEnterprise, isFetching]);
|
}, [isCloudUserVal, isEnterprise, isFetching]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!isCloudUserVal) {
|
if (!(isCloudUserVal || isEECloudUser())) {
|
||||||
let updatedMenuItems = [...menuItems];
|
let updatedMenuItems = [...menuItems];
|
||||||
updatedMenuItems = updatedMenuItems.filter(
|
updatedMenuItems = updatedMenuItems.filter(
|
||||||
(item) => item.key !== ROUTES.INTEGRATIONS,
|
(item) => item.key !== ROUTES.INTEGRATIONS,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user