Merge pull request #287 from yatharth1706/fix-5009-fix-bug-of-enum-attribute-has-editable-elements

fix: enum attribute editable issue in overview modal
This commit is contained in:
Torsten Dittmann
2023-02-13 18:43:57 +01:00
committed by GitHub
+1
View File
@@ -51,6 +51,7 @@
};
const removeValue = (value: string) => {
if (readonly) return;
tags = tags.filter((tag) => tag !== value);
};