0
0
Fork 0
This commit is contained in:
Alex Moreno 2024-12-24 11:44:47 +01:00
commit afa4a6ac43
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ const setParams = (params) => {
const getPreview = async () => {
const params = {
recipientId: entityId,
recipientId: entityId.value,
};
const validationMessage = validateMessage();
if (validationMessage) return notify(t(validationMessage), 'negative');