fix: tsconfig, types

This commit is contained in:
opbnq-q
2025-03-10 23:32:38 -07:00
parent aeef6743be
commit e16fce9221
7 changed files with 9 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ const pushOrRemove = (option: T) => {
const setNullIds = () => {
selected.value = selected.value.map(item => {
item[entityId] = 0
(item as any)[entityId] = 0
return item
})
}