Skip to content

Commit b504612

Browse files
committed
Remove unwanted comments
1 parent 640f2cd commit b504612

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

portals/publisher/src/main/webapp/source/src/app/components/Apis/Details/Endpoints/AdvancedConfig/AdvanceEndpointConfig.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ function AdvanceEndpointConfig(props) {
388388
value={advanceConfigObj.suspendErrorCode}
389389
onChange={(event) => handleConfigFieldChange(event, 'suspendErrorCode')}
390390
input={<OutlinedInput label='Error Code' id='err-code-select' />}
391-
// input={<Input id='err-code-select' />}
392391
MenuProps={MenuProps}
393392
variant='outlined'
394393
renderValue={(allSelected) =>
@@ -476,7 +475,6 @@ function AdvanceEndpointConfig(props) {
476475
value={advanceConfigObj.retryErroCode}
477476
onChange={(event) => handleConfigFieldChange(event, 'retryErroCode')}
478477
input={<OutlinedInput label='Error Code' id='err-code-select' />}
479-
// input={<Input id='err-code-select' />}
480478
MenuProps={MenuProps}
481479
renderValue={(allSelected) =>
482480
allSelected.map(selected =>
@@ -542,7 +540,6 @@ function AdvanceEndpointConfig(props) {
542540
value={advanceConfigObj.actionSelect}
543541
onChange={(event) => handleConfigFieldChange(event, 'actionSelect')}
544542
input={<OutlinedInput label='Action' id='err-code-select' />}
545-
// input={<Input id='err-code-select' />}
546543
MenuProps={MenuProps}
547544
>
548545
{actionItems.map((item) => (

0 commit comments

Comments
 (0)