mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Remove unused parameter 'name' in views
This commit is contained in:
parent
8be4c384bb
commit
c9fe7516c4
14 changed files with 28 additions and 36 deletions
|
|
@ -10,7 +10,7 @@ import { leftPanelDisabled, Settings } from 'Common/Globals';
|
|||
|
||||
class PaneSettingsAdminView extends AbstractViewRight {
|
||||
constructor() {
|
||||
super('Admin/Settings/Pane', 'AdminPane');
|
||||
super('AdminPane');
|
||||
|
||||
this.version = ko.observable(Settings.app('version'));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue