This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: app export dsl not include desc (
#3167
)
tags/0.6.0-fix1
takatost
1 year ago
parent
9720d6b7a5
commit
d2259f20cb
No account linked to committer's email address
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
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
}
}
Write
Preview
Loading…
Cancel
Save