diff --git a/src/stores/ConversationStore.js b/src/stores/ConversationStore.js index 229856b..598fd1c 100644 --- a/src/stores/ConversationStore.js +++ b/src/stores/ConversationStore.js @@ -25,6 +25,7 @@ const conversationRow = { whatsapp_name: '', customer_name: '', whatsapp_phone_number: '', + top_state: 0, }; const initialConversationState = {