refac
This commit is contained in:
parent
97dae432ab
commit
3aad157006
|
@ -81,7 +81,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
const editMessageConfirmHandler = async (submit = true) => {
|
const editMessageConfirmHandler = async (submit = true) => {
|
||||||
if (!editedContent && editedFiles.length === 0) {
|
if (!editedContent && (editedFiles ?? []).length === 0) {
|
||||||
toast.error($i18n.t('Please enter a message or attach a file.'));
|
toast.error($i18n.t('Please enter a message or attach a file.'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue