pull/86/head
Lim Chee Aun 2023-03-27 16:46:40 +08:00
rodzic 325bccf010
commit 4358f12106
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -22,7 +22,6 @@ export function filteredItem(item, filterContext, currentAccountID) {
titles: filterTitles,
titlesStr: filterTitles.join(' • '),
};
item._test = { test: 'test' };
}
return isWarn;
}