mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 10:38:54 +08:00
check data format #109
This commit is contained in:
@@ -74,6 +74,9 @@ export default {
|
||||
|
||||
if (dataFormat === 'sqlite') {
|
||||
await this.getSqliteDb(dataUrl)
|
||||
} else {
|
||||
this.dataMsg.message = 'Unknown data format'
|
||||
this.dataMsg.type = 'error'
|
||||
}
|
||||
|
||||
// Loading indicator is not needed anymore
|
||||
|
||||
Reference in New Issue
Block a user