Reset add-break button disabled state

This commit is contained in:
Alex Tselegidis 2022-03-08 16:32:45 +01:00
parent 286488ac10
commit 803f4e4e7e
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() {