This commit is contained in:
JohnHuang 2024-06-11 23:13:01 -07:00 committed by GitHub
commit a21d2594e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -711,6 +711,7 @@ const DetailModal = defineComponent({
>
<NInput
allowInput={this.trim}
defaultValue={'default'}
v-model={[detailForm.namespace, 'value']}
placeholder={t('datasource.namespace_tips')}
/>