We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27e20c commit 3ec9c16Copy full SHA for 3ec9c16
1 file changed
apps/obsidian/src/components/RelationshipTypeSettings.tsx
@@ -84,7 +84,7 @@ const RelationshipTypeSettings = () => {
84
85
const handleSave = async (): Promise<void> => {
86
for (const relType of relationTypes) {
87
- if (!relType.id || !relType.label || !relType.complement || !relType.color) {
+ if (!relType.id || !relType.label || !relType.complement) {
88
new Notice("All fields are required for relation types.");
89
return;
90
}
0 commit comments