Skip to content

Commit

Permalink
fixed typo (#3091)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabatale authored Apr 4, 2020
1 parent 6eccffe commit 9d8c7ed
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 9d8c7ed

Please sign in to comment.