mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 17:57:10 +00:00
feat: auto generate connection fix on failure for known connection issues
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user