fix: click event for billing support (#12942)

This commit is contained in:
Shivam Mishra
2025-11-25 14:53:27 +05:30
committed by GitHub
parent 26778156dc
commit 389b864020

View File

@@ -217,7 +217,7 @@ onMounted(handleBillingPageLogic);
solid
slate
icon="i-lucide-life-buoy"
@open="onToggleChatWindow"
@click="onToggleChatWindow"
>
{{ $t('BILLING_SETTINGS.CHAT_WITH_US.BUTTON_TXT') }}
</ButtonV4>