Explorar o código

Merge pull request #8759 from weseek/fix/145168-parent-group-selection-dropdown-does-not-work

fix: Parent group selection dropdown does not work
Yuki Takei hai 1 ano
pai
achega
a947fea18b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/app/src/components/Admin/UserGroup/UserGroupForm.tsx

+ 1 - 1
apps/app/src/components/Admin/UserGroup/UserGroupForm.tsx

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