Pārlūkot izejas kodu

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

Romain Rigaux 8 gadi atpakaļ
vecāks
revīzija
cb66777
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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,