|
|
|
@ -45,7 +45,7 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => { |
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
|
<> |
|
|
|
|
<span className='remixui_label' title={props.title} data-path={props.title} style={{ fontWeight: 'bold' }}>{ props.title }</span> |
|
|
|
|
<span className='remixui_label' title={props.title} data-path={props.title} style={{ fontWeight: 'bold' }}>{ '/' }</span> |
|
|
|
|
<span className="remixui_menu">{ |
|
|
|
|
state.menuItems.map(({ action, title, icon }, index) => { |
|
|
|
|
if (action === 'uploadFile') { |
|
|
|
|