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.
1 parent eaee431 commit ff987feCopy full SHA for ff987fe
scout-ui/src/field-list/type-list-item.js
@@ -19,7 +19,7 @@ module.exports = AmpersandView.extend({
19
}
20
21
],
22
- 'model.count': [
+ 'model.probability': [
23
{
24
hook: 'bar',
25
type: function(el) {
@@ -35,7 +35,7 @@ module.exports = AmpersandView.extend({
35
},
36
derived: {
37
percent: {
38
- deps: ['model.count'],
+ deps: ['model.probability'],
39
fn: function() {
40
return this.model.probability;
41
0 commit comments