mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Update gui/src/components/onboarding/pages/trackers-assign/TrackerAssignOptions.tsx
Co-authored-by: Sapphire <imsapphire0@gmail.com>
This commit is contained in:
@@ -72,7 +72,7 @@ export function TrackerAssignOptions({
|
||||
assignMode: AssignMode;
|
||||
}>({
|
||||
defaultValues: {
|
||||
assignMode: config?.assignMode || getPreferedSet(),
|
||||
assignMode: config?.assignMode || getPreferredSet(),
|
||||
},
|
||||
});
|
||||
const { assignMode } = watch();
|
||||
|
||||
Reference in New Issue
Block a user