process/payments/seasons: remove reset selectHighSeasonStart value when change options

This commit is contained in:
Chika 2022-10-14 13:38:52 +03:00
parent 333fcbd8b4
commit 310736f050

View File

@ -401,7 +401,6 @@ export default function paymentsReactions(
);
$calculation.setElementOptions('selectHighSeasonStart', highSeasonStartOptions);
$calculation.resetElementValue('selectHighSeasonStart');
}
);