diff --git a/es/components/article/editor/index.d.ts b/es/components/article/editor/index.d.ts index 3f111fef0..f9bf5091f 100644 --- a/es/components/article/editor/index.d.ts +++ b/es/components/article/editor/index.d.ts @@ -5,7 +5,7 @@ declare const _default: (props: import("oak-frontend-base").ReactComponentProps< tocPosition: "none" | "left" | "right"; highlightBgColor: string; onArticlePreview: (content?: string, title?: string) => void; - origin: null | EntityDict["extraFile"]["Schema"]["origin"]; + origin: import("../../../types/Config").CosOrigin | null; scrollId: string; height: number | "auto"; activeColor: string | undefined; diff --git a/es/components/article/upsert/index.d.ts b/es/components/article/upsert/index.d.ts index 72e4a84c3..f9bf5091f 100644 --- a/es/components/article/upsert/index.d.ts +++ b/es/components/article/upsert/index.d.ts @@ -5,7 +5,7 @@ declare const _default: (props: import("oak-frontend-base").ReactComponentProps< tocPosition: "none" | "left" | "right"; highlightBgColor: string; onArticlePreview: (content?: string, title?: string) => void; - origin: EntityDict["extraFile"]["Schema"]["origin"] | null; + origin: import("../../../types/Config").CosOrigin | null; scrollId: string; height: number | "auto"; activeColor: string | undefined; diff --git a/es/components/oauth/management/oauthApps/web.pc.js b/es/components/oauth/management/oauthApps/web.pc.js index 60a35c94b..9e621e042 100644 --- a/es/components/oauth/management/oauthApps/web.pc.js +++ b/es/components/oauth/management/oauthApps/web.pc.js @@ -42,8 +42,7 @@ const OauthProvider = (props) => { }}> {t('common::action.create')} - }> - )} + }/>)} {/* antd model */} { clean(); diff --git a/es/components/oauth/management/oauthProvider/web.pc.js b/es/components/oauth/management/oauthProvider/web.pc.js index b883c344e..4f8af33f5 100644 --- a/es/components/oauth/management/oauthProvider/web.pc.js +++ b/es/components/oauth/management/oauthProvider/web.pc.js @@ -43,8 +43,7 @@ const OauthProvider = (props) => { }}> {t('common::action.create')} - }> - )} + }/>)} {/* antd model */} { clean(); diff --git a/src/components/oauth/management/oauthApps/web.pc.tsx b/src/components/oauth/management/oauthApps/web.pc.tsx index d31adcf68..8112a4a17 100644 --- a/src/components/oauth/management/oauthApps/web.pc.tsx +++ b/src/components/oauth/management/oauthApps/web.pc.tsx @@ -76,8 +76,7 @@ const OauthProvider = ( } - > - + /> )} {/* antd model */} { diff --git a/src/components/oauth/management/oauthProvider/web.pc.tsx b/src/components/oauth/management/oauthProvider/web.pc.tsx index 4cb9e3b51..466d338de 100644 --- a/src/components/oauth/management/oauthProvider/web.pc.tsx +++ b/src/components/oauth/management/oauthProvider/web.pc.tsx @@ -77,8 +77,7 @@ const OauthProvider = ( } - > - + /> )} {/* antd model */} {