Skip to content

Commit

Permalink
Merge pull request #27 from klawr/dev/22-payload-field-not-filled-on-…
Browse files Browse the repository at this point in the history
…selecting-saved-command

Dev/22 payload field not filled on selecting saved command
  • Loading branch information
klawr authored Jun 21, 2024
2 parents 88a889f + 84a7f20 commit 188715c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/publish_message.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ THE SOFTWARE.
</div>
</div>
<div style="height: 30em">
<Monaco bind:result={payload} />
<Monaco bind:result={payload} bind:code={payload} />
</div>

<Button on:click={send}>Send</Button>
Expand Down

0 comments on commit 188715c

Please sign in to comment.