Restored multivalued switch on create attribute (#30811)
* restored multivalued switch Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com> * small cleanup Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com> --------- Signed-off-by: Agnieszka Gancarczyk <agancarc@redhat.com> Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
parent
d34e468a57
commit
ca26524259
1 changed files with 6 additions and 0 deletions
|
@ -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")}
|
||||
|
|
Loading…
Reference in a new issue