Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
micnori committed Dec 16, 2024
2 parents 7a2585d + 27ba82c commit 2341671
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 2341671

Please sign in to comment.