Parcourir la source

add divider & create new child button

Shun Miyazawa il y a 4 ans
Parent
commit
da1888c84c

+ 8 - 0
packages/app/src/components/Admin/UserGroupDetail/UserGroupDetailPage.tsx

@@ -165,6 +165,14 @@ const UserGroupDetailPage: FC = () => {
               </button>
             ))
           }
+
+          <div className="dropdown-divider"></div>
+
+          <button
+            className="dropdown-item"
+            type="button"
+          >Create child group
+          </button>
         </div>
       </div>