rename deliveryMethod to messageDeliveryMethod, telegram in development
Main daploy / deploy (push) Successful in 47s

This commit is contained in:
2024-11-19 14:12:03 +02:00
parent 804fcf5b90
commit 65d654719c
7 changed files with 73 additions and 44 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ declare module 'vue' {
Checkbox: typeof import('primevue/checkbox')['default']
ContactInfo: typeof import('./src/components/read/ReadContactInfo.vue')['default']
CreateActionsSection: typeof import('./src/components/create/CreateActionsSection.vue')['default']
CreateDeliverySection: typeof import('./src/components/create/CreateDeliverySection.vue')['default']
CreateDeliverySection: typeof import('./src/components/create/CreateMessageDeliveryMethodSection.vue')['default']
CreateMessageDeliveryMethodSection: typeof import('./src/components/create/CreateMessageDeliveryMethodSection.vue')['default']
CreateMessagesSection: typeof import('./src/components/create/CreateMessagesSection.vue')['default']
CreateNameSection: typeof import('./src/components/create/CreateNameSection.vue')['default']
CreatePlacementSection: typeof import('./src/components/create/CreatePlacementSection.vue')['default']