mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 02:26:56 +00:00
fix: minor corrections
This commit is contained in:
@@ -120,7 +120,7 @@ const code = computed(
|
||||
<li>Add the JSON configuration that’s provided after creating a token in claude_desktop_config.json</li>
|
||||
</ol>
|
||||
|
||||
<NcButton type="secondary" class="w-44" size="small" :loading="token.loading" @click="regenerateToken(token)">
|
||||
<NcButton type="secondary" class="w-39" size="small" :loading="token.loading" @click="regenerateToken(token)">
|
||||
{{ $t('labels.regenerateToken') }}
|
||||
</NcButton>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user