aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2021-02-23 10:34:47 -0500
committerusodhi <61431818+usodhi@users.noreply.github.com>2021-02-23 10:34:47 -0500
commit02bceed486ecb03b94c757ae669f69912f282cdd (patch)
tree3582896965b9615224c179c160cc91b0ba162a80 /src/client/views/nodes/DocumentView.tsx
parent3f954b00b8624861386b23bdb75291bd6a260de8 (diff)
current collection vs dashboard works a bit better - they have different filterdocs now
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r--src/client/views/nodes/DocumentView.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx
index f99eb1b3b..ee4df97ed 100644
--- a/src/client/views/nodes/DocumentView.tsx
+++ b/src/client/views/nodes/DocumentView.tsx
@@ -120,8 +120,8 @@ export interface DocumentViewSharedProps {
cantBrush?: boolean; // whether the document doesn't show brush highlighting
pointerEvents?: string;
scriptContext?: any; // can be assigned anything and will be passed as 'scriptContext' to any OnClick script that executes on this document
- filterSaveCallback?: () => void;
- myFiltersCallback?: (doc: Doc) => void;
+ createNewFilterDoc?: () => void;
+ updateFilterDoc?: (doc: Doc) => void;
}
export interface DocumentViewProps extends DocumentViewSharedProps {
// properties specific to DocumentViews but not to FieldView