We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d373a8c commit a3dfb3fCopy full SHA for a3dfb3f
1 file changed
Tool/Sources/ChatTab/ChatTab.swift
@@ -67,10 +67,11 @@ open class BaseChatTab {
67
68
public init(store: StoreOf<ChatTabItem>) {
69
chatTabStore = store
70
- self.id = store.id
71
- self.title = store.title
72
-
+
73
Task { @MainActor in
+ self.id = store.id
+ self.title = store.title
74
75
storeObserver.observe { [weak self] in
76
guard let self else { return }
77
self.title = store.title
0 commit comments