fix: Individual imported files do not display source correctly in 'Insights'
This commit is contained in:
@@ -82,7 +82,7 @@ export default class Document extends ParanoidModel {
|
|||||||
* The name of the original data source, if imported.
|
* The name of the original data source, if imported.
|
||||||
*/
|
*/
|
||||||
get sourceName() {
|
get sourceName() {
|
||||||
if (!this.sourceMetadata) {
|
if (!this.sourceMetadata?.importType) {
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user