build
This commit is contained in:
parent
e64ce53334
commit
8fb96b1687
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -42,8 +42,7 @@ const OauthProvider = (props) => {
|
|||
}}>
|
||||
{t('common::action.create')}
|
||||
</Button>
|
||||
</div>}>
|
||||
</ListPro>)}
|
||||
</div>}/>)}
|
||||
{/* antd model */}
|
||||
<Modal open={!!upsertId} destroyOnClose={true} width={600} onCancel={() => {
|
||||
clean();
|
||||
|
|
|
|||
|
|
@ -43,8 +43,7 @@ const OauthProvider = (props) => {
|
|||
}}>
|
||||
{t('common::action.create')}
|
||||
</Button>
|
||||
</div>}>
|
||||
</ListPro>)}
|
||||
</div>}/>)}
|
||||
{/* antd model */}
|
||||
<Modal open={!!upsertId} destroyOnClose={true} width={600} onCancel={() => {
|
||||
clean();
|
||||
|
|
|
|||
|
|
@ -76,8 +76,7 @@ const OauthProvider = (
|
|||
</Button>
|
||||
</div>
|
||||
}
|
||||
>
|
||||
</ListPro>
|
||||
/>
|
||||
)}
|
||||
{/* antd model */}
|
||||
<Modal open={!!upsertId} destroyOnClose={true} width={600} onCancel={() => {
|
||||
|
|
|
|||
|
|
@ -77,8 +77,7 @@ const OauthProvider = (
|
|||
</Button>
|
||||
</div>
|
||||
}
|
||||
>
|
||||
</ListPro>
|
||||
/>
|
||||
)}
|
||||
{/* antd model */}
|
||||
<Modal open={!!upsertId} destroyOnClose={true} width={600} onCancel={() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue