mirror of https://github.com/status-im/consul.git
Drop duplicate isLoading set to false
This commit is contained in:
parent
941a1e3910
commit
60f1d74012
|
@ -149,8 +149,6 @@ App.KvShowController.reopen({
|
||||||
// Render the error message on the form if the request failed
|
// Render the error message on the form if the request failed
|
||||||
controller.set('errorMessage', 'Received error while processing: ' + response.statusText)
|
controller.set('errorMessage', 'Received error while processing: ' + response.statusText)
|
||||||
});
|
});
|
||||||
|
|
||||||
controller.set('isLoading', false);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue