Attachment box: Use un-deprecated attachmentFilename property (#4638)
Fixes warning.
This commit is contained in:
parent
d5bc1dc4b3
commit
4549cbf1ed
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@
|
|||
return "";
|
||||
};
|
||||
newFilename = newFilename.trim();
|
||||
let oldFilename = item.getFilename();
|
||||
let oldFilename = item.attachmentFilename;
|
||||
if (oldFilename === newFilename) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue