fix: stabilize review detail and collabora loading
This commit is contained in:
@@ -49,7 +49,7 @@ export default function Chat() {
|
||||
|
||||
// 权限检查
|
||||
const { hasPermission: checkPerm } = usePermission();
|
||||
const canChat = checkPerm('dify:chat:use');
|
||||
const canChat = checkPerm('rag:chat:use');
|
||||
|
||||
// 侧边栏状态
|
||||
const [sidebarCollapsed, setSidebarCollapsed] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user