Merge branch 'dev' into 8673-viewEntryNotesField
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
commit
75f31871d1
|
@ -8,7 +8,7 @@ export const useDescriptorStore = defineStore('descriptorStore', () => {
|
||||||
if (Object.keys(descriptors).length) return descriptors;
|
if (Object.keys(descriptors).length) return descriptors;
|
||||||
|
|
||||||
const currentDescriptors = {};
|
const currentDescriptors = {};
|
||||||
const files = import.meta.glob(`/src/**/*DescriptorProxy.vue`);
|
const files = import.meta.glob(`src/**/*DescriptorProxy.vue`);
|
||||||
const moduleParser = {
|
const moduleParser = {
|
||||||
account: 'user',
|
account: 'user',
|
||||||
client: 'customer',
|
client: 'customer',
|
||||||
|
|
Loading…
Reference in New Issue