Skip to content

Commit

Permalink
Merge pull request #22 from smartcommunitylab/new-pgAziendale-console
Browse files Browse the repository at this point in the history
no save if not confirmed new location position
  • Loading branch information
chin8 authored Dec 16, 2024
2 parents 7f05398 + ab398b0 commit 27ba82c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
@click="saveLocation"
class="py-8 ml-8"
:disabled="
$v.$dirty && (!addresIsValid || $v.$invalid || !latitude || !longitude)
($v.$dirty && (!addresIsValid || $v.$invalid || !latitude || !longitude))|| manualEnabling
"
>
Salva
Expand Down

0 comments on commit 27ba82c

Please sign in to comment.