Bankverbindungs-Buttons bei SEPA-Mandaten ergänzen #183

This commit is contained in:
2026-05-15 18:06:43 +02:00
parent 8d7bc2e97c
commit d522cbb49d
3 changed files with 59 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ const props = defineProps({
required: true
},
id: {
type: String,
type: [String, Number],
},
createQuery: {
type: Object,