mirror of
https://github.com/liufree/obsidian-querydash.git
synced 2026-07-22 05:41:49 +00:00
feat: support bases
This commit is contained in:
parent
01851621c2
commit
c94d29bc84
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ export default class QueryDashPlugin extends Plugin {
|
|||
});
|
||||
|
||||
this.registerBasesView(TableViewType, {
|
||||
name: 'dash-table-view',
|
||||
name: 'DashTableView',
|
||||
icon: 'lucide-graduation-cap',
|
||||
factory: (controller, containerEl) =>
|
||||
new DashTableView(controller, containerEl)
|
||||
|
|
|
|||
Loading…
Reference in a new issue