|
|
|
@@ -23,7 +23,7 @@ const DevelopMain = ({ appId }: IDevelopMainProps) => { |
|
|
|
<div className='relative flex h-full flex-col overflow-hidden'> |
|
|
|
<div className='flex shrink-0 items-center justify-between border-b border-solid border-b-divider-regular px-6 py-2'> |
|
|
|
<div className='text-lg font-medium text-text-primary'></div> |
|
|
|
<ApiServer apiBaseUrl={appDetail.api_base_url} /> |
|
|
|
<ApiServer apiBaseUrl={appDetail.api_base_url} appId={appId} /> |
|
|
|
</div> |
|
|
|
<div className='grow overflow-auto px-4 py-4 sm:px-10'> |
|
|
|
<Doc appDetail={appDetail} /> |