fix: update state color for 'managed' to 'loses' in ClaimList.vue
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Javi Gallego 2025-03-31 08:51:37 +02:00
parent c516ae1e12
commit 9fdc8a1042
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ const columns = computed(() => [
const STATE_COLOR = {
pending: 'bg-warning',
managed: 'bg-info',
loses: 'bg-negative',
resolved: 'bg-positive',
};
</script>