@@ -74,34 +74,34 @@ export default function GraphEnhancementDialog({ open, onClose }: { open: boolea
74
74
< Tabs . Tab
75
75
tabId = { 1 }
76
76
htmlAttributes = { {
77
- 'aria-label' : 'Disconnected Nodes ' ,
77
+ 'aria-label' : 'Additional Instructions ' ,
78
78
} }
79
79
>
80
- Disconnected Nodes
80
+ Additional Instructions
81
81
</ Tabs . Tab >
82
82
< Tabs . Tab
83
83
tabId = { 2 }
84
84
htmlAttributes = { {
85
- 'aria-label' : 'Duplication Nodes' ,
85
+ 'aria-label' : 'Disconnected Nodes' ,
86
86
} }
87
87
>
88
- De-Duplication Of Nodes
88
+ Disconnected Nodes
89
89
</ Tabs . Tab >
90
90
< Tabs . Tab
91
91
tabId = { 3 }
92
92
htmlAttributes = { {
93
- 'aria-label' : 'Post Processing Jobs ' ,
93
+ 'aria-label' : 'Duplication Nodes ' ,
94
94
} }
95
95
>
96
- Post Processing Jobs
96
+ De-Duplication Of Nodes
97
97
</ Tabs . Tab >
98
98
< Tabs . Tab
99
99
tabId = { 4 }
100
100
htmlAttributes = { {
101
- 'aria-label' : 'Additional Instructions ' ,
101
+ 'aria-label' : 'Post Processing Jobs ' ,
102
102
} }
103
103
>
104
- Additional Instructions
104
+ Post Processing Jobs
105
105
</ Tabs . Tab >
106
106
</ Tabs >
107
107
</ Flex >
@@ -123,17 +123,18 @@ export default function GraphEnhancementDialog({ open, onClose }: { open: boolea
123
123
</ div >
124
124
</ Tabs . TabPanel >
125
125
< Tabs . TabPanel className = 'n-flex n-flex-col n-gap-token-4 n-p-token-6' value = { activeTab } tabId = { 1 } >
126
- < DeletePopUpForOrphanNodes deleteHandler = { orphanNodesDeleteHandler } loading = { orphanDeleteAPIloading } />
126
+ < AdditionalInstructionsText closeEnhanceGraphSchemaDialog = { onClose } />
127
127
</ Tabs . TabPanel >
128
128
< Tabs . TabPanel className = 'n-flex n-flex-col n-gap-token-4 n-p-token-6' value = { activeTab } tabId = { 2 } >
129
- < DeduplicationTab />
129
+ < DeletePopUpForOrphanNodes deleteHandler = { orphanNodesDeleteHandler } loading = { orphanDeleteAPIloading } />
130
130
</ Tabs . TabPanel >
131
131
< Tabs . TabPanel className = 'n-flex n-flex-col n-gap-token-4 n-p-token-6' value = { activeTab } tabId = { 3 } >
132
- < PostProcessingCheckList />
132
+ < DeduplicationTab />
133
133
</ Tabs . TabPanel >
134
134
< Tabs . TabPanel className = 'n-flex n-flex-col n-gap-token-4 n-p-token-6' value = { activeTab } tabId = { 4 } >
135
- < AdditionalInstructionsText closeEnhanceGraphSchemaDialog = { onClose } />
135
+ < PostProcessingCheckList />
136
136
</ Tabs . TabPanel >
137
+
137
138
</ Dialog . Content >
138
139
</ Dialog >
139
140
) ;
0 commit comments