Skip to content

Commit

Permalink
fix: remove initial form value which was only for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jul 8, 2019
1 parent c6cdb7f commit f46bc20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/defaults/operation-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ ViewTemplates.default.when
.renders((operation: IOperation) =>
html`<alcaeus-form .operation="${operation}"
@submit="${runOperation(operation)}"
.value="${ {'http://schema.org/name': 'Monsieur'} }"
no-labels></alcaeus-form>`)

0 comments on commit f46bc20

Please sign in to comment.