Skip to content

Commit 0b15ffb

Browse files
fix lint errors in Vue demo
1 parent 26111c1 commit 0b15ffb

File tree

2 files changed

+2
-2
lines changed
  • apps/demos/Demos
    • Chat/AIAndChatbotIntegration/Vue
    • FileManager/UICustomization/Vue

2 files changed

+2
-2
lines changed

apps/demos/Demos/Chat/AIAndChatbotIntegration/Vue/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function renderAssistantMessage(text: string): void {
126126
127127
async function processMessageSending(
128128
message: DxChatTypes.TextMessage,
129-
event: Events.EventObject | undefined
129+
event: Events.EventObject | undefined,
130130
): Promise<void> {
131131
toggleDisabledState(true, event);
132132

apps/demos/Demos/FileManager/UICustomization/Vue/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function onItemClick(
121121
122122
function createFile(
123123
fileExtension: string,
124-
directory: any = fileManager.value.instance.getCurrentDirectory()
124+
directory: any = fileManager.value.instance.getCurrentDirectory(),
125125
) {
126126
const newItem = {
127127
__KEY__: Date.now(),

0 commit comments

Comments
 (0)