We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06c8e2a + fc1261f commit 2ccfbd6Copy full SHA for 2ccfbd6
app/controllers/crate/version.js
@@ -17,8 +17,6 @@ const PromiseArray = ArrayProxy.extend(PromiseProxyMixin);
17
export default Controller.extend({
18
session: service(),
19
20
- isDownloading: false,
21
-
22
downloadsContext: computed('requestedVersion', 'currentVersion', 'crate', function () {
23
return this.requestedVersion ? this.currentVersion : this.crate;
24
}),
0 commit comments