mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
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…
x
Reference in New Issue
Block a user