Update src/components/TagsManager.vue

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
grvwy 2025-05-20 21:27:35 +02:00 committed by GitHub
parent acf724412a
commit f0ebc0405c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -206,7 +206,6 @@ export default {
select: null, select: null,
color: null, color: null,
value: "", value: "",
// invalid: true, // Initial validation will be handled by computed prop
}, },
}; };
}, },