File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/writeData/subscriptions/components Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# Changes to any file in this repo require approval from a member of the InfluxData ui-team
2+
3+ /src /writeData /subscriptions / @ influxdata/data-acquisition
4+ /src /types /subscriptions.ts @ influxdata/data-acquisition
25* @ influxdata/ui-team
Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ const BrokerForm: FC<Props> = ({
130130 } )
131131 } }
132132 status = { status }
133- maxLength = { 16 }
134133 testID = "create-broker-form--name"
135134 />
136135 ) }
@@ -213,7 +212,6 @@ const BrokerForm: FC<Props> = ({
213212 } )
214213 } }
215214 status = { status }
216- maxLength = { 16 }
217215 testID = "create-broker-form--host"
218216 />
219217 ) }
@@ -243,7 +241,7 @@ const BrokerForm: FC<Props> = ({
243241 } )
244242 } }
245243 status = { status }
246- maxLength = { 16 }
244+ maxLength = { 5 }
247245 testID = "create-broker-form--port"
248246 />
249247 ) }
You can’t perform that action at this time.
0 commit comments