fix community switch

This commit is contained in:
einhornimmond 2025-07-25 15:33:28 +02:00
parent 4f52e401d4
commit 2768bff37e

View File

@ -47,7 +47,7 @@
<BCol class="fw-bold">
<community-switch
:disabled="isBalanceEmpty"
:model-value="targetCommunity"
:model-value="form.targetCommunity"
@update:model-value="updateField($event, 'targetCommunity')"
/>
</BCol>