changed to the path as discussed

pull/4141/head
lianahus 1 year ago
parent 8503ee3415
commit d37485adcb
  1. 2
      libs/remix-ui/workspace/src/lib/components/file-label.tsx

@ -81,7 +81,7 @@ export const FileLabel = (props: FileLabelProps) => {
<CustomTooltip
placement="top"
delay={{show: 1000, hide: 0}}
tooltipText={`${file.name}`}
tooltipText={`${file.path}`}
tooltipId={`fileExplorer.${file.path}`}
tooltipClasses="text-nowrap"
>

Loading…
Cancel
Save