adding back fa- to icons so can more easily find them in code and removing helper function that added fa- automatically
This commit is contained in:
@@ -119,7 +119,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "store",
|
||||
icon: "fa-store",
|
||||
title: window.$gz.translation.get("VendorList"),
|
||||
helpUrl: "form-vendors"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user