This commit is contained in:
parent
d5f366037d
commit
6aafdfda89
|
|
@ -41,10 +41,8 @@ export const StepContainer: FC<StepContainerProps> = ({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
const { t } = useTranslation()
|
||||||
return (
|
return (
|
||||||
const { t } = useTranslation()
|
|
||||||
|
|
||||||
<Card
|
<Card
|
||||||
className="max-h-[calc(100vh-60px)] w-[600px] overflow-auto"
|
className="max-h-[calc(100vh-60px)] w-[600px] overflow-auto"
|
||||||
onKeyDown={handleKeyDown}
|
onKeyDown={handleKeyDown}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue