mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-27 12:29:41 +02:00
Fix group table (#3523)
This commit is contained in:
@@ -101,7 +101,6 @@ const UserRoleDropdown = ({
|
|||||||
if (isEditable) {
|
if (isEditable) {
|
||||||
return (
|
return (
|
||||||
<div className="w-40">
|
<div className="w-40">
|
||||||
Select group
|
|
||||||
<Select
|
<Select
|
||||||
value={localRole}
|
value={localRole}
|
||||||
onValueChange={handleChange}
|
onValueChange={handleChange}
|
||||||
|
Reference in New Issue
Block a user