diff --git a/frontend/src/components/CommunitySwitch.vue b/frontend/src/components/CommunitySwitch.vue index ed1292a7c..e0ef393d1 100644 --- a/frontend/src/components/CommunitySwitch.vue +++ b/frontend/src/components/CommunitySwitch.vue @@ -67,8 +67,9 @@ const communityIdentifier = computed( watch( () => communityIdentifier.value, - (value) => { - console.log('CommunitySwitch.communityIdentifier.value', value) + () => { + // console.log('CommunitySwitch.communityIdentifier.value', value) + setDefaultCommunity() }, ) diff --git a/frontend/src/components/GddSend/TransactionForm.vue b/frontend/src/components/GddSend/TransactionForm.vue index a1c9af906..e14beb812 100644 --- a/frontend/src/components/GddSend/TransactionForm.vue +++ b/frontend/src/components/GddSend/TransactionForm.vue @@ -304,13 +304,6 @@ watch( }, ) -watch( - () => autoCommunityIdentifier.value, - (value) => { - console.log('autoCommunityIdentifier.value', value) - }, -) - function onSubmit() { const transformedForm = validationSchema.value.cast(form) const parts = transformedForm.identifier.split('/')