File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 | Add a week to the search: #[ b-button( size ="sm" variant ="outline-dark" @click ="start = start.subtract(1, 'week'); search()" ) + 1 week]
4242</template >
4343
44- <script >
44+ <script lang="ts" >
4545import _ from ' lodash' ;
4646import moment from ' moment' ;
4747import { canonicalEvents } from ' ~/queries' ;
@@ -75,8 +75,8 @@ export default {
7575 bid_window: ' aw-watcher-window_' + this .queryOptions .hostname ,
7676 bid_afk: ' aw-watcher-afk_' + this .queryOptions .hostname ,
7777 filter_afk: this .queryOptions .filter_afk ,
78- classes : [[[' searched' ], { type: ' regex' , regex: this .pattern }]],
79- filter_classes : [[' searched' ]],
78+ categories : [[[' searched' ], { type: ' regex' , regex: this .pattern }]],
79+ filter_categories : [[' searched' ]],
8080 });
8181 query += ' ; RETURN = events;' ;
8282
You can’t perform that action at this time.
0 commit comments