mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Don't include v1 folders in "Add to folders" list
This commit is contained in:
parent
b6554fc309
commit
5365760994
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
|||
li(
|
||||
ng-repeat="tag in tags | orderBy:'name'",
|
||||
ng-controller="TagDropdownItemController"
|
||||
ng-if="!tag.isV1"
|
||||
)
|
||||
a(href="#", ng-click="addOrRemoveProjectsFromTag()", stop-propagation="click")
|
||||
i.fa(
|
||||
|
|
Loading…
Reference in a new issue