Skip to content

Commit

Permalink
Fixed test 2524_2633
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev committed Aug 20, 2023
1 parent cf6914a commit bdaf0c8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions cvat-ui/src/components/tasks-page/task-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,14 @@ class TaskItemComponent extends React.PureComponent<TaskItemProps & RouteCompone
</Col>
</Row>
<Row justify='end'>
<Dropdown overlay={(
<ActionsMenuContainer
taskInstance={taskInstance}
onViewAnalytics={onViewAnalytics}
/>
)}
<Dropdown
destroyPopupOnHide
overlay={(
<ActionsMenuContainer
taskInstance={taskInstance}
onViewAnalytics={onViewAnalytics}
/>
)}
>
<Col className='cvat-item-open-task-actions'>
<Text className='cvat-text-color'>Actions</Text>
Expand Down

0 comments on commit bdaf0c8

Please sign in to comment.