fix - ui bug
This commit is contained in:
@@ -777,7 +777,7 @@ const CloudSyncTab = (props) => {
|
|||||||
newname = "app runs"
|
newname = "app runs"
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((key === "onprem_app_executions" && userdata.support !== true) || !isCloud) {
|
if (key === "onprem_app_executions" && userdata.support !== true) {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user