Merge pull request #1970 from LalitDeore/license-changes

fix - ui bug
This commit is contained in:
Frikky
2026-04-22 11:36:24 +02:00
committed by GitHub
+1 -1
View File
@@ -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
} }