Skip to content

Commit 274e106

Browse files
authored
[ML] Remove obsolete comment.
1 parent a54d94f commit 274e106

File tree

1 file changed

+0
-5
lines changed
  • x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone

1 file changed

+0
-5
lines changed

x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -393,11 +393,6 @@ interface CloneActionNameProps {
393393
isDisabled: boolean;
394394
}
395395

396-
/**
397-
* Temp component to have Clone job button with the same look as the other actions.
398-
* Replace with {@link getCloneAction} as soon as all the actions are refactored
399-
* to support EuiContext with a valid DOM structure without nested buttons.
400-
*/
401396
export const CloneActionName: FC<CloneActionNameProps> = ({ isDisabled }) => {
402397
if (isDisabled) {
403398
return (

0 commit comments

Comments
 (0)