mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 11:46:25 +08:00
Merge pull request #7978 from artoscinote/ma_SCI_11195
Fix location image dissapearing [SCI-11195]
This commit is contained in:
commit
857b77d558
1 changed files with 3 additions and 2 deletions
|
@ -192,12 +192,13 @@ export default {
|
|||
}
|
||||
|
||||
this.savingLocaiton = true;
|
||||
|
||||
|
||||
const params = {
|
||||
name: this.object.name,
|
||||
description: this.object.description,
|
||||
signed_blob_id: this.object.signed_blob_id,
|
||||
container: this.object.container
|
||||
container: this.object.container,
|
||||
file_name: this.object.file_name || this.attachedImage?.name
|
||||
};
|
||||
|
||||
if (this.object.container) {
|
||||
|
|
Loading…
Reference in a new issue