feat: Add severity media filter (#2323)
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import { clone } from 'lodash-es';
|
||||
import { FolderPathComponent } from '../card-controller/folders/types';
|
||||
import { FolderConfig } from '../config/schema/folders';
|
||||
import { Severity } from '../types';
|
||||
import { Severity } from '../severity';
|
||||
|
||||
export enum ViewMediaType {
|
||||
Clip = 'clip',
|
||||
|
||||
@@ -537,6 +537,7 @@ export class UnifiedQueryBuilder {
|
||||
...(options?.what && { what: options.what }),
|
||||
...(options?.where && { where: options.where }),
|
||||
...(options?.reviewed !== undefined && { reviewed: options.reviewed }),
|
||||
...(options?.severity && { severity: options.severity }),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user