fix(frontend): WiP migration

This commit is contained in:
Mateusz Michałowski 2024-08-07 16:25:45 +02:00
parent dad9354b5b
commit ef424a0d63

View File

@ -4,7 +4,6 @@
<BCol cols="12">
<BCard class="appBoxShadow gradido-border-radius" body-class="p-4">
<BForm role="form" @submit.prevent="onSubmit" @reset="onReset">
<pre>{{ radioSelected }}</pre>
<BFormRadioGroup
name="shipping"
:model-value="radioSelected"
@ -59,7 +58,6 @@
:model-value="targetCommunity"
@update:model-value="targetCommunity = $event"
/>
<pre>{{ values }}</pre>
</BCol>
</BRow>
</BCol>