mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
only show add button on folderGrouping
This commit is contained in:
@@ -38,7 +38,10 @@
|
||||
<div class="centered-message" ng-if="loaded && !vaultCiphers.length && !searchText">
|
||||
<p>
|
||||
{{i18n.noItemsInList}}
|
||||
<button ng-click="addCipher()" style="margin-top: 20px;" class="btn btn-link btn-block">{{i18n.addItem}}</button>
|
||||
<button ng-click="addCipher()" style="margin-top: 20px;" class="btn btn-link btn-block"
|
||||
ng-show="folderGrouping">
|
||||
{{i18n.addItem}}
|
||||
</button>
|
||||
</p>
|
||||
</div>
|
||||
<div class="page-loading" ng-if="!loaded">
|
||||
|
||||
Reference in New Issue
Block a user