mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Pass saved_view owner as id only (#4158)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { FilterRule } from './filter-rule'
|
||||
import { ObjectWithId } from './object-with-id'
|
||||
import { ObjectWithPermissions } from './object-with-permissions'
|
||||
|
||||
export interface PaperlessSavedView extends ObjectWithId {
|
||||
export interface PaperlessSavedView extends ObjectWithPermissions {
|
||||
name?: string
|
||||
|
||||
show_on_dashboard?: boolean
|
||||
|
Reference in New Issue
Block a user