From 70604719d2a4394d41575079b392ab658d6a52ee Mon Sep 17 00:00:00 2001 From: agagancarczyk <4890675+agagancarczyk@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:30:03 +0100 Subject: [PATCH] backport to restore multivalued switch on create attribute (#30813) Signed-off-by: Agnieszka Gancarczyk Co-authored-by: Agnieszka Gancarczyk --- .../user-profile/attribute/AttributeGeneralSettings.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/js/apps/admin-ui/src/realm-settings/user-profile/attribute/AttributeGeneralSettings.tsx b/js/apps/admin-ui/src/realm-settings/user-profile/attribute/AttributeGeneralSettings.tsx index 0520484501b..7d77b526ab7 100644 --- a/js/apps/admin-ui/src/realm-settings/user-profile/attribute/AttributeGeneralSettings.tsx +++ b/js/apps/admin-ui/src/realm-settings/user-profile/attribute/AttributeGeneralSettings.tsx @@ -42,6 +42,7 @@ import { AddTranslationsDialog, TranslationsType, } from "./AddTranslationsDialog"; +import { DefaultSwitchControl } from "../../../components/SwitchControl"; import "../../realm-settings-section.css"; @@ -271,6 +272,11 @@ export const AttributeGeneralSettings = ({ )} +