fix: harden scoped tools and settings persistence
This commit is contained in:
@@ -170,7 +170,10 @@ export class DocumentParsingService {
|
||||
conversionAvailable: false,
|
||||
localOcr
|
||||
},
|
||||
ocrModels
|
||||
ocrModels,
|
||||
...(this.settingsStore.getWarnings().length > 0
|
||||
? { warnings: [...this.settingsStore.getWarnings()] }
|
||||
: {})
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user