chore: Clean up

This commit is contained in:
iamsivin
2025-09-25 18:09:05 +05:30
parent c582f79b2c
commit e1a3e8751c
@@ -84,10 +84,6 @@ export default {
FEATURE_FLAGS.CHAT_PRESERVE_USER_SCROLL
);
const showNextBubbles = isFeatureEnabledonAccount.value(
currentAccountId.value,
FEATURE_FLAGS.CHATWOOT_V4
);
provide('contextMenuElementTarget', conversationPanelRef);
return {
@@ -98,7 +94,6 @@ export default {
fetchIntegrationsIfRequired,
fetchLabelSuggestions,
useNewScrollBehavior,
showNextBubbles,
conversationPanelRef,
};
},