mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-10 16:43:16 +00:00
PictureUpload fix
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
fa6df2ccd0
commit
fb94c64c63
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ export default class PictureUpload extends Vue {
|
|||
console.error(e);
|
||||
}
|
||||
}
|
||||
return this.defaultImage ? this.defaultImage.url : null;
|
||||
return this.defaultImage?.url;
|
||||
}
|
||||
|
||||
onFileChanged(file: File | null): void {
|
||||
|
|
Loading…
Add table
Reference in a new issue