We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085fa8d commit f65cdd2Copy full SHA for f65cdd2
1 file changed
resources/scripts/components/server/files/FileObjectRow.tsx
@@ -45,7 +45,7 @@ const Clickable: React.FC<{ file: FileObject }> = memo(({ file, children }) => {
45
</div>
46
:
47
<NavLink
48
- to={`${match.url}/${file.isFile ? 'edit/' : ''}#${destination}`}
+ to={`${match.url}${file.isFile ? '/edit' : ''}#${destination}`}
49
css={tw`flex flex-1 text-neutral-300 no-underline p-3 overflow-hidden truncate`}
50
onClick={onRowClick}
51
>
0 commit comments