We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa73dc1 commit 477ab82Copy full SHA for 477ab82
1 file changed
DevLog/Presentation/ViewModel/TodoEditorViewModel.swift
@@ -45,8 +45,7 @@ final class TodoEditorViewModel: Store {
45
var hasDueDate: Bool { dueDate != nil }
46
var tabViewTag: Tag = .editor
47
var isValidToSave: Bool {
48
- !title.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty &&
49
- !content.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty
+ !title.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty
50
}
51
52
0 commit comments