Browse Source

fix: app export dsl not include desc (#3167)

tags/0.6.0-fix1
takatost 1 year ago
parent
commit
d2259f20cb
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      api/services/app_service.py

+ 2
- 1
api/services/app_service.py View File

@@ -221,7 +221,8 @@ class AppService:
"name": app.name,
"mode": app.mode,
"icon": app.icon,
"icon_background": app.icon_background
"icon_background": app.icon_background,
"description": app.description
}
}


Loading…
Cancel
Save