Fix group table (#3523)

This commit is contained in:
hagen-danswer
2024-12-20 09:51:26 -08:00
committed by GitHub
parent 0d44014c16
commit 35022f5f09

View File

@@ -101,7 +101,6 @@ const UserRoleDropdown = ({
if (isEditable) {
return (
<div className="w-40">
Select group
<Select
value={localRole}
onValueChange={handleChange}