mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 19:48:21 +00:00
fix: add source primary button
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -495,7 +495,7 @@ watch(
|
||||
</a-form-item>
|
||||
<div class="flex items-right justify-end gap-2">
|
||||
<!-- Use Connection URL -->
|
||||
<a-button type="primary" class="nc-extdb-btn-import-url !rounded-md" @click.stop="importURLDlg = true">
|
||||
<a-button class="nc-extdb-btn-import-url !rounded-md" @click.stop="importURLDlg = true">
|
||||
{{ $t('activity.useConnectionUrl') }}
|
||||
</a-button>
|
||||
</div>
|
||||
@@ -611,7 +611,7 @@ watch(
|
||||
|
||||
<a-form-item class="flex justify-end !mt-5">
|
||||
<div class="flex justify-end gap-2">
|
||||
<a-button type="text" class="nc-extdb-btn-test-connection !rounded-md" @click="testConnection">
|
||||
<a-button type="primary" class="nc-extdb-btn-test-connection !rounded-md" @click="testConnection">
|
||||
{{ $t('activity.testDbConn') }}
|
||||
</a-button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user