Skip to content

Commit

Permalink
fix(owner-tree): owner-tree updates are not sent to the cosmoz-treenode
Browse files Browse the repository at this point in the history
It seems that Polymer does not know how to handle data binding for `type: Tree`.
  • Loading branch information
cristinecula authored and nomego committed Oct 7, 2020
1 parent 147511b commit cbddf4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cosmoz-omnitable-treenode-column.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import '@polymer/paper-spinner/paper-spinner-lite';
import { PolymerElement } from '@polymer/polymer/polymer-element';
import { html } from '@polymer/polymer/lib/utils/html-tag';

import { Tree } from '@neovici/cosmoz-tree';
import { columnMixin } from '@neovici/cosmoz-omnitable/cosmoz-omnitable-column-mixin';

/**
Expand Down Expand Up @@ -66,7 +65,7 @@ class CosmozOmnitableTreenodeColumn extends columnMixin(PolymerElement) {
static get properties() {
return {
ownerTree: {
type: Tree
type: Object
},

/**
Expand Down

0 comments on commit cbddf4d

Please sign in to comment.