mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-26 08:15:44 +00:00
implement transition recording
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user