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()) {
mindmap.setDescription(description);
} else {
mindmap.setDescription("description");
}
// Validate ...