feat: auto generate connection fix on failure for known connection issues

This commit is contained in:
Pranav C
2024-10-25 12:57:51 +00:00
parent 8dde62a2be
commit aae5d9663e
7 changed files with 130 additions and 9 deletions

View File

@@ -626,7 +626,7 @@ function handleAutoScroll(scroll: boolean, className: string) {
:loading="testingConnection"
:disabled="isLoading"
icon-position="right"
@click="testConnection"
@click="testConnection()"
>
<template #icon>
<GeneralIcon v-if="testSuccess" icon="circleCheckSolid" class="!text-green-700 w-4 h-4" />