Skip to content

Commit

Permalink
Update AdminTeamCreateComponent.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ok200paul committed Sep 18, 2024
1 parent 58d2bdd commit 0d98e0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function createNewTeam() {
function getCountries() {
axios.get('/countries?limit=250').then(response => {
axios.get('/countries?limit=300').then(response => {
countries.value = response.data.data;
}).catch(error => {
console.log(error)
Expand Down

0 comments on commit 0d98e0b

Please sign in to comment.