瀏覽代碼

hovered-delete

kazutoweseek 1 年之前
父節點
當前提交
b0b3a8c8a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/app/src/client/components/Admin/UserGroup/UserGroupTable.tsx

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

@@ -182,7 +182,7 @@ export const UserGroupTable: FC<Props> = ({
                       >
                         <span className="material-symbols-outlined pe-2 pt-2">group</span>
                         <span className="text-decoration-underline">{group.name}</span>
-                        <ButtonForUserGroupedit className={hoveredindex ?? ''} />
+                        <ButtonForUserGroupedit />
                       </Link>
                     </td>
                   )