mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
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:
@@ -51,6 +51,7 @@
|
||||
};
|
||||
|
||||
const removeValue = (value: string) => {
|
||||
if (readonly) return;
|
||||
tags = tags.filter((tag) => tag !== value);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user