diff options
Diffstat (limited to 'src/client/views/presentationview/PresentationList.tsx')
-rw-r--r-- | src/client/views/presentationview/PresentationList.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresentationList.tsx b/src/client/views/presentationview/PresentationList.tsx index 930ce202e..f730b4cf2 100644 --- a/src/client/views/presentationview/PresentationList.tsx +++ b/src/client/views/presentationview/PresentationList.tsx @@ -17,7 +17,9 @@ interface PresListProps { presStatus: boolean; removeDocByRef(doc: Doc): boolean; clearElemMap(): void; - + groupMappings: Map<String, Doc[]>; + presGroupBackUp: Doc; + presButtonBackUp: Doc; } |