add organizations tab to team permissions screen

This commit is contained in:
Jake McDermott
2018-10-01 11:16:35 -04:00
parent f53a1fedf6
commit 938bf1b531

View File

@@ -64,7 +64,6 @@
<div class="Form-tab" <div class="Form-tab"
ng-click="selectTab('organizations')" ng-click="selectTab('organizations')"
ng-class="{'is-selected': tab.organizations}" ng-class="{'is-selected': tab.organizations}"
ng-hide="owner.type === 'team'"
translate> translate>
Organizations Organizations
</div> </div>