Skip to content

Commit 761a641

Browse files
authored
bugfix: fix the presentation of the source (#4400)
fix: add case to source handler
1 parent 82d1645 commit 761a641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/server/src/Interface.DocumentStore.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ export const addLoaderSource = (loader: IDocumentStoreLoader, isGetFileNameOnly
188188

189189
switch (loader.loaderId) {
190190
case 'pdfFile':
191+
case 'docxFile':
191192
case 'jsonFile':
192193
case 'csvFile':
193194
case 'file':

0 commit comments

Comments
 (0)