🐛 Update default selected option in path mappings

This commit is contained in:
Thomas Camlong
2023-08-22 12:41:11 +02:00
parent e8fa3b5e9a
commit 4d73395eae

View File

@@ -39,7 +39,7 @@ services:
const added = { color: 'green', label: '+' };
export const StepUpdatePathMappings = ({ next }: { next: () => void }) => {
const [selectedTab, setSelectedTab] = useState<TabsValue | null>(null);
const [selectedTab, setSelectedTab] = useState<TabsValue>("standard_docker");
return (
<OnboardingStepWrapper>
<Title order={2} align="center" mb="md">