fix: base edit/create modals

This commit is contained in:
mertmit
2023-09-30 17:01:46 +00:00
parent 2dead2c68b
commit 70377493cc
4 changed files with 33 additions and 26 deletions

View File

@@ -615,13 +615,13 @@ watch(
<a-form-item class="flex justify-end !mt-5">
<div class="flex justify-end gap-2">
<NcButton
type="primary"
:type="testSuccess ? 'ghost' : 'primary'"
size="small"
class="nc-extdb-btn-test-connection !rounded-md"
:loading="testingConnection"
@click="testConnection"
>
<GeneralIcon v-if="testSuccess" icon="circleCheck" class="mr-2" />
<GeneralIcon v-if="testSuccess" icon="circleCheck" class="text-primary mr-2" />
{{ $t('activity.testDbConn') }}
</NcButton>