fix(s3): missing endpoint
This commit is contained in:
parent
4333972deb
commit
2d8451f2dd
@ -117,6 +117,12 @@ const schema = {
|
|||||||
'x-component': 'Input',
|
'x-component': 'Input',
|
||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
|
endpoint: {
|
||||||
|
title: `{{t("Endpoint", { ns: "${NAMESPACE}" })}}`,
|
||||||
|
type: 'string',
|
||||||
|
'x-decorator': 'FormItem',
|
||||||
|
'x-component': 'Input',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user