mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
Remove problem field
It appears this gets turned into a getter-only computed property somehow, which causes problems when subclasses override it.
This commit is contained in:
@@ -20,7 +20,7 @@ const sumAggregate = (total, val) => total + val;
|
||||
@classNameBindings('isNarrow:is-narrow')
|
||||
export default class DistributionBar extends Component.extend(WindowResizable) {
|
||||
chart = null;
|
||||
data = null;
|
||||
// data = null; FIXME causing a getter-only exception
|
||||
activeDatum = null;
|
||||
isNarrow = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user