@ -25,6 +25,7 @@ import { initialComputedColumnsSelector } from '@/spreadsheet-import/steps/compo
|
||||
import { UnmatchColumn } from '@/spreadsheet-import/steps/components/MatchColumnsStep/components/UnmatchColumn';
|
||||
import { SpreadsheetImportStep } from '@/spreadsheet-import/steps/types/SpreadsheetImportStep';
|
||||
import { SpreadsheetImportStepType } from '@/spreadsheet-import/steps/types/SpreadsheetImportStepType';
|
||||
import { ScrollWrapper } from '@/ui/utilities/scroll/components/ScrollWrapper';
|
||||
import { useRecoilState } from 'recoil';
|
||||
import { ColumnGrid } from './components/ColumnGrid';
|
||||
import { TemplateColumn } from './components/TemplateColumn';
|
||||
@ -326,6 +327,11 @@ export const MatchColumnsStep = <T extends string>({
|
||||
|
||||
return (
|
||||
<>
|
||||
<ScrollWrapper
|
||||
contextProviderName="modalContent"
|
||||
componentInstanceId="scroll-wrapper-modal-content"
|
||||
heightMode="full"
|
||||
>
|
||||
<StyledContent>
|
||||
<Heading
|
||||
title="Match Columns"
|
||||
@ -357,6 +363,7 @@ export const MatchColumnsStep = <T extends string>({
|
||||
)}
|
||||
/>
|
||||
</StyledContent>
|
||||
</ScrollWrapper>
|
||||
<StepNavigationButton
|
||||
onClick={handleOnContinue}
|
||||
isLoading={isLoading}
|
||||
|
||||
Reference in New Issue
Block a user