parent
5881f7fb09
commit
0a7914d9b9
|
@ -107,8 +107,6 @@ export default defineComponent({
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
this.show = false;
|
|
||||||
|
|
||||||
// Create map to return IPhoto later
|
// Create map to return IPhoto later
|
||||||
const map = new Map<number, IPhoto>();
|
const map = new Map<number, IPhoto>();
|
||||||
for (const photo of this.photos.filter((p) => p.faceid)) {
|
for (const photo of this.photos.filter((p) => p.faceid)) {
|
||||||
|
|
Loading…
Reference in New Issue