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

Commit eb7717e

Browse files
Jtrustwu-sheng
andauthored
fix: dropdown (#383)
Co-authored-by: Juntao Zhang <[email protected]> Co-authored-by: 吴晟 Wu Sheng <[email protected]>
1 parent 05aed75 commit eb7717e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/store/modules/log/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const categories: any = [
2525
{ label: 'Ajax', key: 'AJAX' },
2626
{ label: 'Resource', key: 'RESOURCE' },
2727
{ label: 'Vue', key: 'VUE' },
28+
{ label: 'Promise', key: 'PROMISE' },
2829
{ label: 'Js', key: 'JS' },
2930
{ label: 'Unknown', key: 'UNKNOWN' },
3031
];

0 commit comments

Comments
 (0)