Skip to content

Commit

Permalink
Merge branch 'feat/parse-file' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangtaofeng committed Mar 5, 2024
2 parents b212460 + b7a18d1 commit cfc6515
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/builder/src/page/AI/components/PreviewChat/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,7 @@ export const PreviewChat: FC<PreviewChatProps> = (props) => {
)}
{editState === "RUN" && !showEditPanel && (
<Button
colorScheme="techPurple"
variant="text"
colorScheme="grayBlue"
loading={isConnecting}
leftIcon={isRunning ? <ResetIcon /> : <PlayFillIcon />}
onClick={onClickStartRunning}
Expand Down

0 comments on commit cfc6515

Please sign in to comment.