diff --git a/apps/ios/Shared/Views/ChatList/ChatListView.swift b/apps/ios/Shared/Views/ChatList/ChatListView.swift index eb21fc049b..089ea56203 100644 --- a/apps/ios/Shared/Views/ChatList/ChatListView.swift +++ b/apps/ios/Shared/Views/ChatList/ChatListView.swift @@ -836,6 +836,7 @@ struct ChatTagsView: View { self.chatTagsModel.tags = chatTags.map { .chatTag(emoji: $0.chatTagEmoji, text: $0.chatTagText, tagId: $0.chatTagId) } + self.chatTagsModel.selectedTag = ChatTagsModel.defaultTag } } catch let error { AlertManager.shared.showAlertMsg(title: "Error", message: "\(responseError(error))")