mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 04:37:16 +00:00
chore(nc-gui): remove unused name in ExcelUrlTemplateAdapter
This commit is contained in:
@@ -8,7 +8,6 @@ export default class ExcelUrlTemplateAdapter extends ExcelTemplateAdapter {
|
||||
|
||||
constructor(url: string, parserConfig: Record<string, any>) {
|
||||
const { $api } = useNuxtApp()
|
||||
const name = url?.split('/').pop()
|
||||
super({}, parserConfig)
|
||||
this.url = url
|
||||
this.excelData = null
|
||||
|
||||
Reference in New Issue
Block a user