Reset add-break button disabled state

This commit is contained in:
Alex Tselegidis 2022-03-08 16:32:45 +01:00
parent 24f6f99cf2
commit 848e41c5fc
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ $(function () {
$start.val('');
$end.val('');
$breaks.find('tbody').empty();
$('.working-plan-exceptions-add-break').prop('disabled', false);
}
function validate() {