From 52398547f8a3cee0212fbe3f5eca372a35d4da23 Mon Sep 17 00:00:00 2001 From: regexowl Date: Thu, 13 Mar 2025 14:46:07 +0100 Subject: [PATCH] Wizard: Move `ouiaId` from `Select` component to `MenuToggle` This moves the `ouiaId` since it didn't get correctly assigned while in `Select`. It's readable under the `MenuToggle`. --- .../CreateImageWizard/steps/FileSystem/FileSystemTable.tsx | 4 ++-- .../CreateImageWizard/steps/ImageOutput/ArchSelect.tsx | 2 +- .../CreateImageWizard/steps/ImageOutput/ReleaseSelect.tsx | 2 +- .../steps/TargetEnvironment/Azure/AzureHyperVSelect.tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Components/CreateImageWizard/steps/FileSystem/FileSystemTable.tsx b/src/Components/CreateImageWizard/steps/FileSystem/FileSystemTable.tsx index 9ff12256..4d2041d3 100644 --- a/src/Components/CreateImageWizard/steps/FileSystem/FileSystemTable.tsx +++ b/src/Components/CreateImageWizard/steps/FileSystem/FileSystemTable.tsx @@ -193,6 +193,7 @@ const MountpointPrefix = ({ partition }: MountpointPrefixPropTypes) => { const toggle = (toggleRef: React.Ref) => ( { return ( { const toggle = (toggleRef: React.Ref) => ( { return ( { const toggle = (toggleRef: React.Ref) => ( setIsOpen(!isOpen)} @@ -60,7 +61,6 @@ export const AzureHyperVSelect = () => { <>