fix: no method error when conversation is nil (#7566)
This commit is contained in:
@@ -50,6 +50,8 @@ export default {
|
||||
}
|
||||
},
|
||||
async fetchLabelSuggestions({ conversationId }) {
|
||||
if (!conversationId) return [];
|
||||
|
||||
try {
|
||||
const result = await OpenAPI.processEvent({
|
||||
type: 'label_suggestion',
|
||||
|
||||
Reference in New Issue
Block a user