remove '!'
This commit is contained in:
parent
81065b2607
commit
c16e2192b8
@ -18,7 +18,7 @@ const actions: TAction = {
|
|||||||
openNotification({
|
openNotification({
|
||||||
type: 'error',
|
type: 'error',
|
||||||
title: 'Ошибка во время создания интереса',
|
title: 'Ошибка во время создания интереса',
|
||||||
description: 'Не указан контакт клиента!',
|
description: 'Не указан контакт клиента',
|
||||||
})();
|
})();
|
||||||
}
|
}
|
||||||
if (!newClient && !account) {
|
if (!newClient && !account) {
|
||||||
@ -27,7 +27,7 @@ const actions: TAction = {
|
|||||||
openNotification({
|
openNotification({
|
||||||
type: 'error',
|
type: 'error',
|
||||||
title: 'Ошибка во время создания интереса',
|
title: 'Ошибка во время создания интереса',
|
||||||
description: 'Не указан клиент!',
|
description: 'Не указан клиент',
|
||||||
})();
|
})();
|
||||||
}
|
}
|
||||||
if (!commentLead) {
|
if (!commentLead) {
|
||||||
@ -35,7 +35,7 @@ const actions: TAction = {
|
|||||||
openNotification({
|
openNotification({
|
||||||
type: 'error',
|
type: 'error',
|
||||||
title: 'Ошибка во время создания интереса',
|
title: 'Ошибка во время создания интереса',
|
||||||
description: 'Не указан комментарий к интересу!',
|
description: 'Не указан комментарий к интересу',
|
||||||
})();
|
})();
|
||||||
}
|
}
|
||||||
if (contact && !phoneNumber) {
|
if (contact && !phoneNumber) {
|
||||||
|
|||||||
Reference in New Issue
Block a user