Skip to content

Commit

Permalink
fix: ui issue job control
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Mar 14, 2024
1 parent fc6f684 commit 15b2945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dm-core-plugins/src/job/JobControl/JobControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export const JobControl = (props: IUIPlugin) => {
<div className='flex items-center space-x-2'>
{getControlButton(status, remove, start, false, jobIsLoading)}
<div>
<p className='text-sm -mb-2'>Status:</p>
<p className='text-sm'>Status:</p>
<Chip variant={getVariant(status)} data-testid={'jobStatus'}>
{status ?? 'Not registered'}
</Chip>
Expand Down

0 comments on commit 15b2945

Please sign in to comment.