|
|
|
@ -122,7 +122,7 @@ const DatasetUpdateForm = ({ datasetId }: DatasetUpdateFormProps) => {
|
|
|
|
return <AppUnavailable code={500} unknownReason={t('datasetCreation.error.unavailable') as string} />
|
|
|
|
return <AppUnavailable code={500} unknownReason={t('datasetCreation.error.unavailable') as string} />
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className='flex flex-col bg-components-panel-bg' style={{ height: 'calc(100vh - 56px)' }}>
|
|
|
|
<div className='flex flex-col overflow-hidden bg-components-panel-bg' style={{ height: 'calc(100vh - 56px)' }}>
|
|
|
|
<TopBar activeIndex={step - 1} datasetId={datasetId} />
|
|
|
|
<TopBar activeIndex={step - 1} datasetId={datasetId} />
|
|
|
|
<div style={{ height: 'calc(100% - 52px)' }}>
|
|
|
|
<div style={{ height: 'calc(100% - 52px)' }}>
|
|
|
|
{step === 1 && <StepOne
|
|
|
|
{step === 1 && <StepOne
|
|
|
|
|