mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 09:25:47 +01:00
🐛 Update default selected option in path mappings
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user