backport to restore multivalued switch on create attribute (#30813)

Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
agagancarczyk
2024-06-26 13:30:03 +01:00
committed by GitHub
parent 224cf44973
commit 70604719d2
@@ -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 = ({
)}
</Grid>
</FormGroup>
<DefaultSwitchControl
name="multivalued"
label={t("multivalued")}
labelIcon={t("multivaluedHelp")}
/>
<SelectControl
name="group"
label={t("attributeGroup")}