mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-22 06:06:40 +08:00
### What problem does this PR solve? Feat: Added meta data to the chat configuration page #8531 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -59,7 +59,7 @@ export const LogicalOperatorIcon = function OperatorIcon({
|
||||
return icon;
|
||||
};
|
||||
|
||||
function useBuildSwitchOperatorOptions() {
|
||||
export function useBuildSwitchOperatorOptions() {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const switchOperatorOptions = useMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user