mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
General settings tab is model bound
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
'use strict';
|
||||
define(['marionette'], function (Marionette) {
|
||||
return Marionette.ItemView.extend({
|
||||
define(['marionette', 'Mixins/AsModelBoundView'], function (Marionette, AsModelBoundView) {
|
||||
var view = Marionette.ItemView.extend({
|
||||
template: 'Settings/General/GeneralTemplate'
|
||||
}
|
||||
);
|
||||
|
||||
return AsModelBoundView.call(view);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user