Skip to content

Commit

Permalink
Update Team.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ok200paul committed Sep 18, 2024
1 parent e80a67e commit a6bafba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Admin/Teams/Team.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function createNewTeamUser(addingUserId) {
}
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 a6bafba

Please sign in to comment.