Skip to content

Commit

Permalink
Remove debug source turtle in Shacl Form
Browse files Browse the repository at this point in the history
  • Loading branch information
splattater committed Aug 19, 2024
1 parent ed5f565 commit e248f89
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/views/FormDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,6 @@
-->
<shacl-form v-bind:data-shapes="shapeTurtle"></shacl-form>
</div>
<div>
<strong>Shape of {{ resource_iri }}</strong>
(<a v-on:click="this.getShape">refresh</a>)
<form>
<div class="form-group">
<label for="sourceInput" class="">Debug-Turtle-View</label>
<textarea id="sourceInput" class="form-control" v-model="this.shapeTurtle" rows="15"></textarea>
</div>
<button type="button" class="btn btn-outline-primary mb-0" @click="updateResource()">Submit</button>
</form>
</div>
</pane>
<pane size="30">
<InstanceList style="height:80vh; overflow-y:scroll;" />
Expand Down

0 comments on commit e248f89

Please sign in to comment.