(index)
| 78 | } |
| 79 | |
| 80 | function a11yProps(index) { |
| 81 | return { |
| 82 | id: `attachment-tab-${index}`, |
| 83 | 'aria-controls': `attachment-tabpanel-${index}` |
| 84 | } |
| 85 | } |
| 86 | |
| 87 | const APICodeDialog = ({ show, dialogProps, onCancel }) => { |
| 88 | const portalElement = document.getElementById('portal') |