Merge pull request #3337 from gradido/fix/show-updated-gdd-amount

fix(frontend): show updated gdd amount
This commit is contained in:
Kamila Lach 2024-07-29 10:53:38 +02:00 committed by GitHub
commit 5856baf4c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,6 +131,7 @@ const selected = ref()
const creationForm = ref(null)
const openCreations = computed(() => store.state.openCreations)
const radioOptions = computed(() => {
return creationDateObjects.value.map((obj, idx) => {
return {