Skip to content

Commit d525841

Browse files
committed
[FEAT] Add Console target to filtering dropdown
1 parent 879bf87 commit d525841

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/components/editor/EditorField.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@
378378
:options="[
379379
{ value: 'USERNAME', label: 'Username' },
380380
{ value: 'CHAT', label: 'Chat' },
381+
{ value: 'CONSOLE', label: 'Console' },
381382
{ value: 'BOTH', label: 'Both' }
382383
]"
383384
/>

0 commit comments

Comments
 (0)