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

View File

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