Browse Source

[connector] Keep the nice name in connector creation

Romain Rigaux 5 năm trước cách đây
mục cha
commit
f093e6cbcb
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      desktop/core/src/desktop/lib/connectors/api.py

+ 0 - 1
desktop/core/src/desktop/lib/connectors/api.py

@@ -55,7 +55,6 @@ def get_connectors_instances(request):
 def new_connector(request, dialect):
   instance = get_connector_by_type(dialect)
 
-  instance['nice_name'] = dialect.title()
   instance['id'] = None
 
   return JsonResponse({'connector': instance})