refactor: local improve

This commit is contained in:
katherinehhh 2024-01-22 21:58:47 +08:00
parent 22fcf877ad
commit 8ae68c0886

View File

@ -10,7 +10,7 @@ const collection = {
name: 'name',
interface: 'input',
uiSchema: {
title: `{{t("DataSource",{ ns: "${NAMESPACE}" })}}`,
title: `{{t("Data source name",{ ns: "${NAMESPACE}" })}}`,
type: 'string',
'x-component': 'Input',
required: true,