mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Only show label version button for users with write permission (#1665)
Only show label version button for users with write permission GitOrigin-RevId: f0a6504b51c1e9018942592ad6784599694c571a
This commit is contained in:
parent
d3f0285fd2
commit
967973f354
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
)
|
||||
button.history-toolbar-btn(
|
||||
ng-click="showAddLabelDialog();"
|
||||
ng-if="!history.showOnlyLabels"
|
||||
ng-if="!history.showOnlyLabels && permissions.write"
|
||||
ng-disabled="isHistoryLoading() || history.selection.range.toV == null || history.selection.range.fromV == null"
|
||||
)
|
||||
i.fa.fa-tag
|
||||
|
|
Loading…
Reference in a new issue