Pass saved_view owner as id only (#4158)

This commit is contained in:
shamoon
2023-09-10 16:37:35 -07:00
committed by GitHub
parent 34b80a4d8e
commit 78cb3ccc66
15 changed files with 15 additions and 16 deletions

View File

@@ -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