mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: set chunk to available state and select all chunk (#57)
* feat: set chunk to available state * feat: select all chunk
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import React, { ReactNode } from "react";
|
||||
import { Inspector } from "react-dev-inspector";
|
||||
import React, { ReactNode } from 'react';
|
||||
import { Inspector } from 'react-dev-inspector';
|
||||
|
||||
export function rootContainer(container: ReactNode) {
|
||||
return React.createElement(Inspector, null, container);
|
||||
|
||||
Reference in New Issue
Block a user