diff --git a/resources/views/tasks/time_tracker_knockout.blade.php b/resources/views/tasks/time_tracker_knockout.blade.php index 200f5b2dfdc4..32045b94eca3 100644 --- a/resources/views/tasks/time_tracker_knockout.blade.php +++ b/resources/views/tasks/time_tracker_knockout.blade.php @@ -496,6 +496,7 @@ } } else { self.update(response); + model.isStartEnabled(true); if (self.isRunning()) { if (self.time_log().length == 1) { toastr.success("{{ trans('texts.started_task') }}");