Skip to content

Commit

Permalink
Error when clicking on search button in MapAutocomplete.razor component
Browse files Browse the repository at this point in the history
#70

Fixed google api path
  • Loading branch information
valentasm1 committed Oct 2, 2020
1 parent 737fb42 commit ac94e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ServerSideDemo/Pages/_Host.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<base href="~/" />
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
<link href="css/site.css" rel="stylesheet" />
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBdkgvniMdyFPAcTlcZivr8f30iU-kn1T0&v=3&libraries=places&libraries=visualization"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBdkgvniMdyFPAcTlcZivr8f30iU-kn1T0&v=3&libraries=places,visualization"></script>
</head>
<body>
<app>
Expand Down

0 comments on commit ac94e06

Please sign in to comment.