implement transition recording

This commit is contained in:
ragilap
2026-03-10 17:05:42 +07:00
parent 1b499bc967
commit 5540787154
@@ -2082,11 +2082,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
const color = const color =
category === 'LAYING' ? 'info' : 'warning'; category === 'LAYING' ? 'info' : 'warning';
return ( return (
<Badge <Badge variant='soft' color={color} size='sm'>
variant='soft'
color={color}
size='sm'
>
{category} {category}
</Badge> </Badge>
); );