Skip to content

Commit

Permalink
Merge pull request #4 from PanJiaChen/master
Browse files Browse the repository at this point in the history
fixed typo (PanJiaChen#3091)
  • Loading branch information
LimTerran authored Apr 5, 2020
2 parents 5510842 + 9d8c7ed commit 3389511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/dashboard/admin/components/RaddarChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {
indicator: [
{ name: 'Sales', max: 10000 },
{ name: 'Administration', max: 20000 },
{ name: 'Information Techology', max: 20000 },
{ name: 'Information Technology', max: 20000 },
{ name: 'Customer Support', max: 20000 },
{ name: 'Development', max: 20000 },
{ name: 'Marketing', max: 20000 }
Expand Down

0 comments on commit 3389511

Please sign in to comment.