diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/ProfileManagement.tsx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/ProfileManagement.tsx b/src/components/ProfileManagement.tsx index d5e5521..79d3aa1 100644 --- a/src/components/ProfileManagement.tsx +++ b/src/components/ProfileManagement.tsx @@ -265,10 +265,9 @@ export function ProfileManagement({ currentProfile, onProfileChange }: ProfileMa })); return ( - <PanelSection title="Profile Management"> + <PanelSection title="Select Profile"> <PanelSectionRow> - <Field label="Current Profile"> - <div style={{ width: "100%" }}> + <div> <Dropdown rgOptions={profileOptions} selectedOption={selectedProfile} @@ -276,7 +275,6 @@ export function ProfileManagement({ currentProfile, onProfileChange }: ProfileMa disabled={isLoading} /> </div> - </Field> </PanelSectionRow> <PanelSectionRow> |
