From 862e1293d38560783c40e6320fa1c203d4fd4e49 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 24 May 2023 10:51:11 +0300 Subject: [PATCH] elt/policy: change selectedKey reaction message --- apps/web/stores/tables/elt/policy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/stores/tables/elt/policy.ts b/apps/web/stores/tables/elt/policy.ts index 0ce76be..633c573 100644 --- a/apps/web/stores/tables/elt/policy.ts +++ b/apps/web/stores/tables/elt/policy.ts @@ -35,7 +35,7 @@ export default class PolicyStore { (selectedKey) => { if (!selectedKey) { notification.open({ - description: 'Расчеты ЭЛТ были сброшены', + description: 'Выбранный расчет ЭЛТ был сброшен', key: validationConfig.err_key, message: validationConfig.err_title, type: 'warning',