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 "";
|
return "";
|
||||||
};
|
};
|
||||||
newFilename = newFilename.trim();
|
newFilename = newFilename.trim();
|
||||||
let oldFilename = item.getFilename();
|
let oldFilename = item.attachmentFilename;
|
||||||
if (oldFilename === newFilename) {
|
if (oldFilename === newFilename) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue