|
@@ -116,7 +116,7 @@ export const UserGroupForm: FC<Props> = (props: Props) => {
|
|
|
<button
|
|
<button
|
|
|
type="button"
|
|
type="button"
|
|
|
id="dropdownMenuButton"
|
|
id="dropdownMenuButton"
|
|
|
- data-toggle="dropdown"
|
|
|
|
|
|
|
+ data-bs-toggle="dropdown"
|
|
|
className="btn btn-outline-secondary dropdown-toggle mb-3"
|
|
className="btn btn-outline-secondary dropdown-toggle mb-3"
|
|
|
disabled={isExternalGroup || !isSelectableParentUserGroups}
|
|
disabled={isExternalGroup || !isSelectableParentUserGroups}
|
|
|
>
|
|
>
|