Skip to content

Commit

Permalink
Ensure the color selection widget is not disabled when adding a new s…
Browse files Browse the repository at this point in the history
…ervice (#1427)
  • Loading branch information
alextselegidis committed Oct 16, 2023
1 parent 73323c1 commit 49dcf21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/pages/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ App.Pages.Services = (function () {
$services.find('.record-details .form-label span').prop('hidden', false);
$filterServices.find('button').prop('disabled', true);
$filterServices.find('.results').css('color', '#AAA');
App.Components.ColorSelection.enable($color);

// Default values
$name.val('Service');
Expand Down

0 comments on commit 49dcf21

Please sign in to comment.