Skip to content

Commit

Permalink
Refresh page after setting new global address
Browse files Browse the repository at this point in the history
This is a temporary fix for the problem of setting a new global address and the configuration not being done.
  • Loading branch information
rafaellehmkuhl committed Sep 26, 2023
1 parent 213d34c commit ba9162d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/ConfigurationGeneralView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ const addNewVehicleConnection = async (): Promise<void> => {
const setGlobalAddress = async (): Promise<void> => {
await globalAddressForm.value.validate()
mainVehicleStore.globalAddress = newGlobalAddress.value
location.reload()
}

const setWebRTCSignallingURI = async (): Promise<void> => {
Expand Down

0 comments on commit ba9162d

Please sign in to comment.