diff --git a/app/client/components/Importer.ts b/app/client/components/Importer.ts index 82a7867c..9a778ab2 100644 --- a/app/client/components/Importer.ts +++ b/app/client/components/Importer.ts @@ -902,7 +902,7 @@ class CancelledError extends Error { function getSourceDescription(sourceInfo: SourceInfo, upload: UploadResult) { const origName = upload.files[sourceInfo.uploadFileIndex].origName; - return sourceInfo.origTableName ? origName + ' - ' + sourceInfo.origTableName : origName; + return sourceInfo.origTableName ? `${sourceInfo.origTableName} - ${origName}` : origName; } const cssContainer = styled('div', `