Skip to content

Commit dc32492

Browse files
committed
Fix menu not updating
1 parent ac3f944 commit dc32492

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/ChatGPTChatTab/ChatContextMenu.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import SharedUIComponents
33
import SwiftUI
44

55
struct ChatContextMenu: View {
6-
let chat: ChatProvider
6+
@ObservedObject var chat: ChatProvider
77
@AppStorage(\.customCommands) var customCommands
88

99
var body: some View {

0 commit comments

Comments
 (0)