upload ndjson to web app

This commit is contained in:
Jan Prochazka
2022-03-28 18:58:02 +02:00
parent d58d46feac
commit 4c2f6c9b65
3 changed files with 16 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ function openElectronJsonLinesFile(filePath, parsed) {
openNewTab({
title: parsed.name,
tooltip: filePath,
icon: 'img sql-file',
icon: 'img archive',
tabComponent: 'ArchiveFileTab',
props: {
jslid: `file://${filePath}`,