Skip to content

Commit

Permalink
Merge pull request #6 from dodosophia/feature/locate-notice
Browse files Browse the repository at this point in the history
Fix default channel
  • Loading branch information
dodosophia authored Jul 22, 2020
2 parents 00bd798 + 0054a1b commit a4f818a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/store/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { bus } from '@/eventbus'
export default {
state: {
channelNames: [],
channelFilters: ['flow'],
channelFilters: ['notice'],
events: [],
selectedEventId: null,
eventDetail: '',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='lyrebird-bugit',
version='1.3.0',
version='1.3.1',
packages=['lyrebird_bugit'],
url='https://github.com/Meituan-Dianping/lyrebird-bugit',
author='HBQA',
Expand Down

0 comments on commit a4f818a

Please sign in to comment.