fix - minor issue

This commit is contained in:
Lalit Deore
2026-04-16 19:05:45 +05:30
parent 70d3dc3b6a
commit 16615cac8b
+1 -1
View File
@@ -777,7 +777,7 @@ const CloudSyncTab = (props) => {
newname = "app runs"
}
if (key === "onprem_app_executions" && userdata.support !== true && !isCloud) {
if ((key === "onprem_app_executions" && userdata.support !== true) || !isCloud) {
return null
}