Browse Source

treenode_editor | Fixed missing editorMode property.

export_seznamu_prednasek
parent
commit
e98a0590b7
  1. 1
      vue_frontend/src/components/UlohaVzorakNode.vue

1
vue_frontend/src/components/UlohaVzorakNode.vue

@ -35,6 +35,7 @@ export default {
item: Object, item: Object,
create: Boolean, create: Boolean,
showSelect: Boolean, showSelect: Boolean,
editorMode: Boolean,
}, },
mounted: function(){ mounted: function(){
if (this.item.node.uloha === null){ if (this.item.node.uloha === null){

Loading…
Cancel
Save