From a65f89c001ef44ffbc2d76fe6d8636a457600574 Mon Sep 17 00:00:00 2001 From: Andrin Benz <58980760+benzler@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:52:02 +0100 Subject: [PATCH 1/2] fix Not all options visible #241 --- src/steps/SelectSheetStep/SelectSheetStep.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/steps/SelectSheetStep/SelectSheetStep.tsx b/src/steps/SelectSheetStep/SelectSheetStep.tsx index 8b9afee6..33acc9b4 100644 --- a/src/steps/SelectSheetStep/SelectSheetStep.tsx +++ b/src/steps/SelectSheetStep/SelectSheetStep.tsx @@ -28,8 +28,8 @@ export const SelectSheetStep = ({ sheetNames, onContinue, onBack }: SelectSheetP return ( <> - - {translations.uploadStep.selectSheet.title} + + {translations.uploadStep.selectSheet.title}test setValue(value)} value={value}> {sheetNames.map((sheetName) => ( From 3d9b57967ebffb230050ab2297a92897a13a053f Mon Sep 17 00:00:00 2001 From: Andrin Benz <58980760+benzler@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:53:48 +0100 Subject: [PATCH 2/2] remove wrong testing label --- src/steps/SelectSheetStep/SelectSheetStep.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/steps/SelectSheetStep/SelectSheetStep.tsx b/src/steps/SelectSheetStep/SelectSheetStep.tsx index 33acc9b4..2db147d3 100644 --- a/src/steps/SelectSheetStep/SelectSheetStep.tsx +++ b/src/steps/SelectSheetStep/SelectSheetStep.tsx @@ -29,7 +29,7 @@ export const SelectSheetStep = ({ sheetNames, onContinue, onBack }: SelectSheetP return ( <> - {translations.uploadStep.selectSheet.title}test + {translations.uploadStep.selectSheet.title} setValue(value)} value={value}> {sheetNames.map((sheetName) => (