Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko committed Dec 5, 2024
1 parent bd83b4d commit ab74b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demos/Demos/Chat/Overview/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { ref } from 'vue';
import DxChat from 'devextreme-vue/chat';
import { messages as initialMessages, supportAgent, currentUser } from './data.ts';
const messages = ref(initialMessages)
const messages = ref(initialMessages);
const userChatTypingUsers = ref([]);
const supportChatTypingUsers = ref([]);
Expand Down

0 comments on commit ab74b2e

Please sign in to comment.