fix - ui bug

This commit is contained in:
Lalit Deore
2026-04-20 16:00:35 +05:30
parent 16615cac8b
commit 12644241db
+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) {
return null
}