aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/linking/LinkFollowBox.tsx
diff options
context:
space:
mode:
authormonikahedman <monika_hedman@brown.edu>2019-11-23 15:40:07 -0500
committermonikahedman <monika_hedman@brown.edu>2019-11-23 15:40:07 -0500
commit5becac4b0442da73a6fe3b48e3a248f6cf2df61d (patch)
tree7e461b4f5c40d721f1ebd32ef16e90b82f4e07ff /src/client/views/linking/LinkFollowBox.tsx
parent4a16d4b0c3a4366d6501435a3966eb2a88e42639 (diff)
responsive ui
Diffstat (limited to 'src/client/views/linking/LinkFollowBox.tsx')
-rw-r--r--src/client/views/linking/LinkFollowBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/linking/LinkFollowBox.tsx b/src/client/views/linking/LinkFollowBox.tsx
index efe2c7f2a..f3193896f 100644
--- a/src/client/views/linking/LinkFollowBox.tsx
+++ b/src/client/views/linking/LinkFollowBox.tsx
@@ -21,7 +21,7 @@ import { docs_v1 } from "googleapis";
import { Utils } from "../../../Utils";
import { Link } from "@react-pdf/renderer";
-enum FollowModes {
+export enum FollowModes {
OPENTAB = "Open in Tab",
OPENRIGHT = "Open in Right Split",
OPENFULL = "Open Full Screen",