Skip to content

Commit 26111c1

Browse files
fix lint errors in Vue demo
1 parent 27a2af0 commit 26111c1

File tree

2 files changed

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

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ function renderAssistantMessage(text: string): void {
125125
}
126126
127127
async function processMessageSending(
128-
message: DxChatTypes.TextMessage,
129-
event: Events.EventObject | undefined
128+
message: DxChatTypes.TextMessage,
129+
event: Events.EventObject | undefined
130130
): Promise<void> {
131131
toggleDisabledState(true, event);
132132

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ function onItemClick(
120120
}
121121
122122
function createFile(
123-
fileExtension: string,
124-
directory: any = fileManager.value.instance.getCurrentDirectory()
123+
fileExtension: string,
124+
directory: any = fileManager.value.instance.getCurrentDirectory()
125125
) {
126126
const newItem = {
127127
__KEY__: Date.now(),

0 commit comments

Comments
 (0)