select predefined messages
Deploy db-migrations / db-migrations (push) Successful in 49s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m9s
Deploy app frontend / app frontend (push) Successful in 1m53s
Deploy service tg-bot / service tg-bot (push) Successful in 1m36s

This commit is contained in:
2024-12-17 02:41:14 +02:00
parent c1edb1937f
commit 0e37ebfe5f
15 changed files with 630 additions and 70 deletions
@@ -40,7 +40,7 @@
<script setup lang="ts">
import { nextTick, useTemplateRef, watch } from 'vue'
import { type QRCodeDocument } from '@hereconnect/types'
import { defaultMessages } from '@/constants/defaultMessages'
import { defaultMessages } from '@hereconnect/constants'
// Пропсы
const props = defineProps<{ placement: null | QRCodeDocument['placement'] }>()