Untitled
unknown
plain_text
2 years ago
567 B
4
Indexable
// const showHideCollectionName = ref<boolean>(true) // const updateCollectionItemHandler = (id: number) => { // // showHideCollectionName.value = false // // if (collection.id) { // // // showUpdatedCollectionItem.value = true // // collectionUpdateInfo.value.id = collection.id // // collectionUpdateInfo.value.name = collection.name // // } // collectionItems.value?.data.filter((val) => { // if (val.id === id) { // showHideCollectionName.value = false // } // return val // }) // }
Editor is loading...