fix(ui): sidebar todo comment invisible with html comment
This commit is contained in:
parent
6d06d9514d
commit
af6f0a4ccb
|
@ -38,7 +38,7 @@ const uploads = useUploadsStore()
|
||||||
color="secondary"
|
color="secondary"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
/>
|
/>
|
||||||
//TODO: Replace button with link because navigate is not working on new Button
|
<!-- TODO: Replace button with link because navigate is not working on new Button -->
|
||||||
<RouterLink to="/upload" custom v-slot="{ navigate, isExactActive }">
|
<RouterLink to="/upload" custom v-slot="{ navigate, isExactActive }">
|
||||||
<button
|
<button
|
||||||
icon="bi:upload"
|
icon="bi:upload"
|
||||||
|
|
Loading…
Reference in New Issue