Skip to content

Commit 46df490

Browse files
waleedlatif1claude
andcommitted
fix: revert accidental home.tsx change from rebase conflict resolution
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5c03acc commit 46df490

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/home

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/home/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export function Home({ chatId }: HomeProps = {}) {
206206
workspace_id: workspaceId,
207207
view: 'mothership',
208208
})
209-
stopGeneration()
209+
void stopGeneration().catch(() => {})
210210
}, [stopGeneration, workspaceId])
211211

212212
const handleSubmit = useCallback(

0 commit comments

Comments
 (0)