fix(s3): missing endpoint

This commit is contained in:
chenos 2023-07-19 12:30:40 +08:00
parent 4333972deb
commit 2d8451f2dd

View File

@ -117,6 +117,12 @@ const schema = {
'x-component': 'Input',
required: true,
},
endpoint: {
title: `{{t("Endpoint", { ns: "${NAMESPACE}" })}}`,
type: 'string',
'x-decorator': 'FormItem',
'x-component': 'Input',
},
},
},
};