mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
support hiding and unhiding explorers
This commit is contained in:
@@ -1099,6 +1099,7 @@ export const useExplorersStore = defineStore('explorers', () => {
|
||||
return;
|
||||
}
|
||||
|
||||
explorer.hidden = hidden;
|
||||
updateExplorerVisibilityInInsightsExplorerList({ explorer: explorer, hidden });
|
||||
|
||||
resolve(data.result);
|
||||
|
||||
Reference in New Issue
Block a user