소스 검색

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

Romain Rigaux 8 년 전
부모
커밋
cb667775cb
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,