mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
events refactor
This commit is contained in:
@@ -88,11 +88,9 @@ export default {
|
||||
await csvImport.previewCsv()
|
||||
csvImport.open()
|
||||
|
||||
send({
|
||||
category: 'database',
|
||||
action: 'import',
|
||||
value: this.file.size,
|
||||
label: 'from=csv new_db=false'
|
||||
send('database.import', this.file.size, {
|
||||
from: 'csv',
|
||||
new_db: false
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user