forked from Ivasoft/geovisio-website
wip
This commit is contained in:
@@ -275,10 +275,11 @@ async function patchCollectionItems(): Promise<void> {
|
||||
`${import.meta.env.VITE_API_URL}api/collections/${
|
||||
route.params.id
|
||||
}/items/${el}`,
|
||||
{ body: { visible: isVisible } }
|
||||
{ visible: isVisible }
|
||||
)
|
||||
})
|
||||
)
|
||||
|
||||
console.log(itemsPatch)
|
||||
itemsPatch.map((el) => {
|
||||
const userPhotosIndex = userPhotos.value.findIndex(
|
||||
|
||||
Reference in New Issue
Block a user