mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 12:10:19 -07:00
Fixed: Cancelling editing a modal will reset to previous saved state
This commit is contained in:
parent
39c66b7951
commit
d76e3d2ed6
16 changed files with 216 additions and 285 deletions
|
@ -3,7 +3,7 @@ define(
|
|||
[
|
||||
'backbone.deepmodel'
|
||||
], function (DeepModel) {
|
||||
return DeepModel.DeepModel.extend({
|
||||
return DeepModel.DeepModel.extend({
|
||||
defaults: {
|
||||
id : null,
|
||||
name : '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue