فهرست منبع

HUE-6842 [core] Correctly append the list of custom apps

Romain Rigaux 8 سال پیش
والد
کامیت
cb66777
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      desktop/core/src/desktop/models.py

+ 1 - 1
desktop/core/src/desktop/models.py

@@ -1823,7 +1823,7 @@ class ClusterConfig():
     interpreters = []
 
     for other in other_apps:
-      interpreters.push({
+      interpreters.append({
         'type': other.nice_name,
         'displayName': other.nice_name,
         'buttonName': other.nice_name,