mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
implement transition recording
This commit is contained in:
@@ -2082,13 +2082,9 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
||||
const color =
|
||||
category === 'LAYING' ? 'info' : 'warning';
|
||||
return (
|
||||
<Badge
|
||||
variant='soft'
|
||||
color={color}
|
||||
size='sm'
|
||||
>
|
||||
{category}
|
||||
</Badge>
|
||||
<Badge variant='soft' color={color} size='sm'>
|
||||
{category}
|
||||
</Badge>
|
||||
);
|
||||
})()}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user