MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / a11yProps

Function a11yProps

packages/ui/src/views/chatflows/APICodeDialog.jsx:80–85  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

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

Callers 1

APICodeDialogFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected