Skip to content

Commit f03faa6

Browse files
committed
remove not needed code
1 parent d5de716 commit f03faa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/rdi/pipeline-management/components/source-pipeline-dialog/SourcePipelineModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const SourcePipelineDialog = () => {
9797

9898
return (
9999
<Modal.Compose open>
100-
<Modal.Content.Compose onCancel={handleCloseDialog}>
100+
<Modal.Content.Compose>
101101
<Modal.Content.Close icon={CancelIcon} onClick={handleCloseDialog} />
102102
<Modal.Content.Header.Title>
103103
Start with your pipeline

0 commit comments

Comments
 (0)