Skip to content

Commit ff987fe

Browse files
rueckstiesskangas
authored andcommitted
type view can listen to probability changes again
1 parent eaee431 commit ff987fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scout-ui/src/field-list/type-list-item.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = AmpersandView.extend({
1919
}
2020
}
2121
],
22-
'model.count': [
22+
'model.probability': [
2323
{
2424
hook: 'bar',
2525
type: function(el) {
@@ -35,7 +35,7 @@ module.exports = AmpersandView.extend({
3535
},
3636
derived: {
3737
percent: {
38-
deps: ['model.count'],
38+
deps: ['model.probability'],
3939
fn: function() {
4040
return this.model.probability;
4141
}

0 commit comments

Comments
 (0)