mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-08-05 15:29:17 +08:00
#139 view details of selected points
This commit is contained in:
@@ -125,6 +125,13 @@ export default {
|
||||
},
|
||||
|
||||
async checkFile(file) {
|
||||
if (!file) {
|
||||
alert(
|
||||
'You should drop a file. ' +
|
||||
'It can be an SQLite database, CSV file, JSON or NDJSON file.'
|
||||
)
|
||||
return
|
||||
}
|
||||
this.state = 'dropping'
|
||||
this.newDb = database.getNewDatabase()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user