mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-22 15:53:01 +00:00
little unification
This commit is contained in:
parent
0bc31529bc
commit
6d015420c0
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,8 @@ export default class extends Vue {
|
|||
|
||||
this.$advent22
|
||||
.api_get_blob(`user/image_${day}`)
|
||||
.then((data) =>
|
||||
this.multi_modal!.show_image(data, this.$advent22.name_door(day)),
|
||||
.then((image_src) =>
|
||||
this.multi_modal!.show_image(image_src, this.$advent22.name_door(day)),
|
||||
)
|
||||
.catch(() => this.multi_modal!.hide());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue