mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-17 11:09:06 +08:00
Feat: The output is derived based on the configuration of the variable aggregation operator. #10427 (#11109)
### What problem does this PR solve? Feat: The output is derived based on the configuration of the variable aggregation operator. #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -209,8 +209,12 @@ export function GroupedSelectWithSecondaryMenu({
|
||||
onChange?.(option.value);
|
||||
setOpen(false);
|
||||
}}
|
||||
className="flex items-center justify-between"
|
||||
>
|
||||
{option.label}
|
||||
<span> {option.label}</span>
|
||||
<span className="text-text-secondary">
|
||||
{get(option, 'type')}
|
||||
</span>
|
||||
</CommandItem>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user