({ key })
| 148 | ] |
| 149 | |
| 150 | const onMenuClick: MenuProps['onClick'] = ({ key }) => { |
| 151 | if (key === 'folder') handleCreateFolder() |
| 152 | else if (key === 'multiSelect') handleToggleMultiSelect() |
| 153 | } |
| 154 | |
| 155 | return ( |
| 156 | <div className="config-tree"> |
nothing calls this directly
no test coverage detected