aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-09-23 14:12:41 -0400
committerGitHub <noreply@github.com>2023-09-23 14:12:41 -0400
commit78edc744c77e378728d033001331737df0b2f393 (patch)
treea52cad403e92d94173e2dad8e0cfca30049c18f9 /src/client/views/pdf
parentdea73e7a5b72a7f709cde4ec438244af1963392d (diff)
parent780bfc84ab965abdae2e1bb1678db3ddbdb1453b (diff)
Merge pull request #275 from brown-dash/sophie-report-manager
Report manager fixes
Diffstat (limited to 'src/client/views/pdf')
-rw-r--r--src/client/views/pdf/GPTPopup/GPTPopup.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/pdf/GPTPopup/GPTPopup.tsx b/src/client/views/pdf/GPTPopup/GPTPopup.tsx
index 8bf626d73..038c45582 100644
--- a/src/client/views/pdf/GPTPopup/GPTPopup.tsx
+++ b/src/client/views/pdf/GPTPopup/GPTPopup.tsx
@@ -88,7 +88,6 @@ export class GPTPopup extends React.Component<GPTPopupProps> {
this.sidebarId = id;
};
-
@observable
private imgTargetDoc: Doc | undefined;
@action