Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
fix: dropdown (#383)
Browse files Browse the repository at this point in the history
Co-authored-by: Juntao Zhang <[email protected]>
Co-authored-by: 吴晟 Wu Sheng <[email protected]>
  • Loading branch information
3 people authored Nov 26, 2020
1 parent 05aed75 commit eb7717e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/modules/log/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const categories: any = [
{ label: 'Ajax', key: 'AJAX' },
{ label: 'Resource', key: 'RESOURCE' },
{ label: 'Vue', key: 'VUE' },
{ label: 'Promise', key: 'PROMISE' },
{ label: 'Js', key: 'JS' },
{ label: 'Unknown', key: 'UNKNOWN' },
];
Expand Down

0 comments on commit eb7717e

Please sign in to comment.