mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Don't show dropdown for v1 folders
This commit is contained in:
parent
820f9c7acc
commit
b6554fc309
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
tooltip-template="'v1TagTooltipTemplate'"
|
||||
tooltip-append-to-body="true"
|
||||
)
|
||||
span.dropdown.tag-menu(dropdown)
|
||||
span.dropdown.tag-menu(dropdown)(ng-if="!tag.isV1")
|
||||
a.dropdown-toggle(
|
||||
href="#",
|
||||
data-toggle="dropdown",
|
||||
|
|
Loading…
Reference in a new issue