Skip to content

Commit

Permalink
🐛 Fix wrong variable. Mispeeling
Browse files Browse the repository at this point in the history
  • Loading branch information
volterra79 committed Nov 18, 2024
1 parent 9abd004 commit ea89fc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/FormRelation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,8 @@
/**
* editing a constraint type
*/
this.capabilities = parentLayer.getEditingCapabilities();
this.capabilities = this.parentWorkflow.getLayer().getEditingCapabilities();


/**
* relation tools
Expand Down

0 comments on commit ea89fc1

Please sign in to comment.