mirror of
https://github.com/devonthesofa/obsidian-note-status.git
synced 2026-07-22 12:30:24 +00:00
feat: add template to grouped states view
This commit is contained in:
parent
21078a3532
commit
5863ab6f51
1 changed files with 0 additions and 5 deletions
|
|
@ -159,11 +159,6 @@ export class StatusDashboardView extends ItemView {
|
|||
this.renderDashboard();
|
||||
};
|
||||
|
||||
private updateVaultStats = () => {
|
||||
this.vaultStats = this.calculateVaultStats();
|
||||
this.renderDashboard();
|
||||
};
|
||||
|
||||
private loadData = () => {
|
||||
this.isLoading = true;
|
||||
this.renderDashboard();
|
||||
|
|
|
|||
Loading…
Reference in a new issue