Skip to content

Commit

Permalink
Make edit header view available by default in ui (#649)
Browse files Browse the repository at this point in the history
Without specifying the headers in code, an user cannot change the headers in springwolf-ui

Solution: Always show the header edit box so that an user can add headers manually
  • Loading branch information
victorlev01 authored Mar 15, 2024
1 parent df72df6 commit b27e871
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h4>Message Binding</h4>
"
></textarea>
</div>
<div [hidden]="!(headersExample?.lineCount > 1)" class="flex-column">
<div class="flex-column">
<h4>Header</h4>
<textarea
spellcheck="false"
Expand Down

0 comments on commit b27e871

Please sign in to comment.