fix: refs #8790 format code and update default SMS message in SendSmsDialog component #1619

Merged
benjaminedc merged 17 commits from 8790-smsPredefinedText into dev 2025-03-26 08:02:15 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 693b4f30e2 - Show all commits

View File

@ -8,7 +8,7 @@ export const useDescriptorStore = defineStore('descriptorStore', () => {
if (Object.keys(descriptors).length) return descriptors;
const currentDescriptors = {};
const files = import.meta.glob(`/src/**/*DescriptorProxy.vue`);
const files = import.meta.glob(`src/**/*DescriptorProxy.vue`);
const moduleParser = {
account: 'user',
client: 'customer',