Merge pull request #13098 from ak-piracha/feature/snipe-13049-status-label-chart-color

Fixed #13098: Status Label Chart Color, resets to default when editing a Status Label
This commit is contained in:
snipe 2023-06-15 16:55:32 +01:00 committed by GitHub
commit 004992086e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@
$(function() {
$('.color').colorpicker({
color: '#AA3399',
color: `{{ old('color', $item->color) ?: '#AA3399' }}`,
format: 'hex'
});
});