This commit is contained in:
Kenneth Jannette
2024-01-31 17:31:45 -06:00
parent f2aaf419c9
commit 7950e3a8cc

View File

@@ -52,7 +52,13 @@ const CaseTypePage = () => {
}; };
const handleTagClick = (arg) => { const handleTagClick = (arg) => {
// const temp = selectedCaseTags;
const foo = temp.filter((tag) => {
if (tag != arg.value) {
return tag;
}
});
selectedCaseTags(foo);
}; };
const radioOptions = [ const radioOptions = [