more
This commit is contained in:
@@ -52,7 +52,13 @@ const CaseTypePage = () => {
|
||||
};
|
||||
|
||||
const handleTagClick = (arg) => {
|
||||
//
|
||||
const temp = selectedCaseTags;
|
||||
const foo = temp.filter((tag) => {
|
||||
if (tag != arg.value) {
|
||||
return tag;
|
||||
}
|
||||
});
|
||||
selectedCaseTags(foo);
|
||||
};
|
||||
|
||||
const radioOptions = [
|
||||
|
||||
Reference in New Issue
Block a user