Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix lint
  • Loading branch information
Theodore Li committed Mar 24, 2026
commit 0fcd52b2129baf240ecd296e2b51c6224160a18d
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ export const Panel = memo(function Panel() {
userId={session?.user?.id}
editValue={copilotEditingInputValue}
onEditValueConsumed={clearCopilotEditingValue}
layout='copilot-view'
layout='mothership-view'
Comment thread
TheodoreSpeaks marked this conversation as resolved.
Outdated
/>
</div>
Comment thread
TheodoreSpeaks marked this conversation as resolved.
)}
Expand Down
Loading