feat: metadata list

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent 15cd9795d5
commit df5c2be7fa
5 changed files with 94 additions and 17 deletions
+7 -1
View File
@@ -84,7 +84,13 @@ const AccessForm: React.FC<ProviderFormProps> = forwardRef((props, ref) => {
}}
getScrollElementScrollableHeight={getScrollElementScrollableHeight}
>
<Form form={form} onFinish={onFinish}>
<Form
form={form}
onFinish={onFinish}
initialValues={{
categories: []
}}
>
<Basic />
<CollapsePanel
activeKey={activeKey}