mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-29 17:56:44 +03:00
Removed CapaAdminStore
This commit is contained in:
parent
4a8d516123
commit
eda0ee695d
5 changed files with 97 additions and 196 deletions
|
|
@ -3,7 +3,6 @@ import 'External/Admin/ko';
|
|||
import { Settings, SettingsGet } from 'Common/Globals';
|
||||
|
||||
import { AppAdminStore } from 'Stores/Admin/App';
|
||||
import { CapaAdminStore } from 'Stores/Admin/Capa';
|
||||
import Remote from 'Remote/Admin/Fetch';
|
||||
|
||||
import { SettingsAdminScreen } from 'Screen/Admin/Settings';
|
||||
|
|
@ -29,7 +28,6 @@ class AdminApp extends AbstractApp {
|
|||
super.bootstart();
|
||||
|
||||
AppAdminStore.populate();
|
||||
CapaAdminStore.populate();
|
||||
|
||||
this.hideLoading();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue