profile.key => profile.id
This commit is contained in:
parent
1f9ebe7201
commit
af1cd1f9e3
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ $(function() {
|
|||
}
|
||||
|
||||
self.requestInProgress(true);
|
||||
OctoPrint.printerprofiles.update(profile.key, profile)
|
||||
OctoPrint.printerprofiles.update(profile.id, profile)
|
||||
.done(function() {
|
||||
if (callback !== undefined) {
|
||||
callback();
|
||||
|
|
|
|||
Loading…
Reference in a new issue