From 310736f050f2d7bf15779e79a1f0191b14da9860 Mon Sep 17 00:00:00 2001 From: Chika Date: Fri, 14 Oct 2022 13:38:52 +0300 Subject: [PATCH] process/payments/seasons: remove reset selectHighSeasonStart value when change options --- process/payments/reactions.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/process/payments/reactions.ts b/process/payments/reactions.ts index e63fbfb..5e48ade 100644 --- a/process/payments/reactions.ts +++ b/process/payments/reactions.ts @@ -401,7 +401,6 @@ export default function paymentsReactions( ); $calculation.setElementOptions('selectHighSeasonStart', highSeasonStartOptions); - $calculation.resetElementValue('selectHighSeasonStart'); } );