mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 13:38:00 +00:00
perf: btn color (#423)
This commit is contained in:
@@ -6,7 +6,6 @@ export type AnswerProps = ModuleDispatchProps<{
|
||||
text: string;
|
||||
}>;
|
||||
export type AnswerResponse = {
|
||||
finish: boolean;
|
||||
[TaskResponseKeyEnum.answerText]: string;
|
||||
};
|
||||
|
||||
@@ -31,7 +30,6 @@ export const dispatchAnswer = (props: Record<string, any>): AnswerResponse => {
|
||||
}
|
||||
|
||||
return {
|
||||
finish: true,
|
||||
[TaskResponseKeyEnum.answerText]: formatText
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user