Skip to content

Commit

Permalink
frontend: fix UI description in bridges
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Oct 10, 2024
1 parent 05c99de commit b9d788c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
/>

<v-text-field
v-model="bridge.udp_listen_port"
v-model.number="bridge.udp_listen_port"
:counter="50"
:label="`Vehicle/Server port ${bridge.udp_listen_port == 0 ? '(Automatic)' : '' }`"
:rules="[validate_required_field, is_socket_auto_port]"
Expand Down

0 comments on commit b9d788c

Please sign in to comment.