Skip to content

Commit

Permalink
fix(entities-plugins): config section display in plugin forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder committed Jul 9, 2024
1 parent b478d0d commit e648fd0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@
<JsonCodeBlock
:config="config"
:fetcher-url="submitUrl"
:json-record="form.fields"
:json-record="getRequestBody"
:request-method="props.pluginId ? 'put' : 'post'"
/>
</template>
<template #yaml>
<YamlCodeBlock :yaml-record="form.fields" />
<YamlCodeBlock :yaml-record="getRequestBody" />
</template>
</KTabs>
</KSlideout>
Expand Down

0 comments on commit e648fd0

Please sign in to comment.