File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Chat/AIAndChatbotIntegration/Vue
FileManager/UICustomization/Vue Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ function renderAssistantMessage(text: string): void {
126126
127127async function processMessageSending(
128128 message : DxChatTypes .TextMessage ,
129- event : Events .EventObject | undefined
129+ event : Events .EventObject | undefined ,
130130): Promise <void > {
131131 toggleDisabledState (true , event );
132132
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ function onItemClick(
121121
122122function 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 (),
You can’t perform that action at this time.
0 commit comments