change the customer permission from only super admin to admin

This commit is contained in:
omair saleh
2021-06-02 13:02:37 +08:00
parent 6861351e49
commit 5095058242
+1 -1
View File
@@ -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>