mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 15:06:50 +08:00
### What problem does this PR solve? Feat: Place the new mcp button at the end of the line. #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -28,6 +28,7 @@ import {
|
||||
History,
|
||||
LaptopMinimalCheck,
|
||||
Logs,
|
||||
MessageSquareCode,
|
||||
ScreenShare,
|
||||
Settings,
|
||||
Upload,
|
||||
@ -218,7 +219,7 @@ export default function Agent() {
|
||||
onClick={() => showGobalParamSheet()}
|
||||
loading={loading}
|
||||
>
|
||||
{t('flow.conversationVariable')}
|
||||
<MessageSquareCode /> {t('flow.conversationVariable')}
|
||||
</ButtonLoading>
|
||||
<Button variant={'secondary'} onClick={handleButtonRunClick}>
|
||||
<CirclePlay />
|
||||
|
||||
Reference in New Issue
Block a user