mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
change the customer permission from only super admin to admin
This commit is contained in:
@@ -506,7 +506,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row no-margin" v-if="$store.getters.isSuperAdmin">
|
||||
<div class="row no-margin" v-if="$store.getters.isAdmin">
|
||||
<div class="col bg-white padding-25">
|
||||
<div class="row tabsContainer tabContent" tab-name="customer-list">
|
||||
<company-quick-view-section-component></company-quick-view-section-component>
|
||||
|
||||
Reference in New Issue
Block a user