Skip to content

Commit

Permalink
Did search on key and removed all places appeared
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Feb 27, 2024
1 parent 46a84a0 commit ab29fef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/address/fixtures/comp3.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
providerOptions: {
params: {
autocompleteOptions: {},
key: 'AIzaSyBNL2e4MnmyPj9zN7SVAe428nCSLP1X144',
key: '',
},
},
input: true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/datagrid/fixtures/comp6.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default {
providerOptions: {
params: {
autocompleteOptions: {},
key: 'AIzaSyBNL2e4MnmyPj9zN7SVAe428nCSLP1X144',
key: '',
},
},
input: true,
Expand Down
2 changes: 1 addition & 1 deletion test/formtest/settingErrors.json
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@
"description": "",
"map": {
"region": "",
"key": "AIzaSyBNL2e4MnmyPj9zN7SVAe428nCSLP1X144"
"key": ""
},
"tooltip": "",
"customClass": "",
Expand Down

0 comments on commit ab29fef

Please sign in to comment.