Drop duplicate isLoading set to false
This commit is contained in:
parent
f4c4b5ace8
commit
570728f6b0
|
@ -149,8 +149,6 @@ App.KvShowController.reopen({
|
|||
// Render the error message on the form if the request failed
|
||||
controller.set('errorMessage', 'Received error while processing: ' + response.statusText)
|
||||
});
|
||||
|
||||
controller.set('isLoading', false);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue