mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix: renumber chat goal migration after rebase
This commit is contained in:
@@ -937,10 +937,10 @@ const AgentChatPage: FC = () => {
|
||||
const chatAuthorizationObject =
|
||||
chatRecord !== undefined
|
||||
? {
|
||||
resource_type: "chat" as const,
|
||||
owner_id: chatRecord.owner_id,
|
||||
organization_id: chatRecord.organization_id,
|
||||
}
|
||||
resource_type: "chat" as const,
|
||||
owner_id: chatRecord.owner_id,
|
||||
organization_id: chatRecord.organization_id,
|
||||
}
|
||||
: undefined;
|
||||
const chatAuthorizationChecks: TypesGen.AuthorizationRequest["checks"] = {};
|
||||
if (chatAuthorizationObject !== undefined && shouldCheckCanShareChat) {
|
||||
|
||||
@@ -187,6 +187,8 @@ const StoryAgentChatPageView: FC<StoryProps> = ({ editing, ...overrides }) => {
|
||||
>["selectedMCPServerIds"],
|
||||
onMCPSelectionChange: fn(),
|
||||
onMCPAuthComplete: fn(),
|
||||
canUpdateOtherUserChat: false,
|
||||
canUpdateOtherUserChatLoading: false,
|
||||
canShareChat: false,
|
||||
...overrides,
|
||||
store,
|
||||
|
||||
Reference in New Issue
Block a user