forked from Ivasoft/geovisio-website
wip
This commit is contained in:
@@ -180,6 +180,8 @@ const imagesToDeleteStatus = computed((): string => {
|
||||
return 'hidden'
|
||||
})
|
||||
const imagesToDeleteHaveDifferentStatus = computed((): boolean => {
|
||||
console.log('DELETE IMAGES', fullImagesToDelete())
|
||||
|
||||
function filterByStatus(status: string): ResponseUserPhotoInterface[] {
|
||||
return fullImagesToDelete().filter((el) => {
|
||||
return el.properties['geovisio:status'] === status
|
||||
|
||||
Reference in New Issue
Block a user