formatting

This commit is contained in:
Kamila 2024-07-29 10:39:21 +02:00
parent a851d2e1f1
commit a268b41846

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 {