Fix adding harcode description.

This commit is contained in:
Paulo Gustavo Veiga 2023-01-18 21:36:56 -08:00
parent 39ff7622f3
commit 439b237caa
2 changed files with 0 additions and 21 deletions

View File

@ -505,8 +505,6 @@ public class MindmapController extends BaseController {
if (description != null && !description.isEmpty()) { if (description != null && !description.isEmpty()) {
mindmap.setDescription(description); mindmap.setDescription(description);
} else {
mindmap.setDescription("description");
} }
// Validate ... // Validate ...

View File

@ -1,19 +0,0 @@
{
"short_name": "WiseMapping",
"name": "WiseMapping",
"icons": [{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "favicon.png",
"type": "image/png",
"sizes": "1024x1024"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}