This commit is contained in:
parent
f6651fbc0f
commit
0807e30762
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ export const setFilter = async (options: {
|
|||
if (filterType === "select" || filterType === "mSelect") {
|
||||
colData.options?.forEach((option) => {
|
||||
let icon = "iconUncheck";
|
||||
options.filter.value?.mSelect.find((optionItem) => {
|
||||
options.filter.value?.mSelect?.find((optionItem) => {
|
||||
if (optionItem.content === option.name) {
|
||||
icon = "iconCheck";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue