Skip to content

Commit 9085c80

Browse files
authored
fix(stream_routes): protocol related JSONInput config (#3118)
1 parent 78d1c32 commit 9085c80

File tree

1 file changed

+2
-0
lines changed
  • src/components/form-slice/FormPartStreamRoute

1 file changed

+2
-0
lines changed

src/components/form-slice/FormPartStreamRoute/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,14 @@ const FormSectionStreamRouteProtocol = () => {
8181
control={control}
8282
name="protocol.conf"
8383
label={t('form.streamRoutes.protocol.conf')}
84+
toObject
8485
/>
8586
<FormItemJsonInput
8687
control={control}
8788
name="protocol.logger"
8889
label={t('form.streamRoutes.protocol.logger')}
8990
toObject
91+
objValue={[]}
9092
/>
9193
</FormSection>
9294
);

0 commit comments

Comments
 (0)