fix: Reduce unnecessary label suggestion API calls (#12978)

This commit is contained in:
Sivin Varghese
2025-12-01 13:36:34 +05:30
committed by GitHub
parent 4627aad56d
commit 1df5fd513a
4 changed files with 4 additions and 6 deletions

View File

@@ -753,7 +753,6 @@ describe('#mutations', () => {
};
mutations[types.UPDATE_CONVERSATION](state, conversation);
expect(emitter.emit).toHaveBeenCalledWith('FETCH_LABEL_SUGGESTIONS');
expect(emitter.emit).toHaveBeenCalledWith('SCROLL_TO_MESSAGE');
});