diff options
author | monikahedman <monika_hedman@brown.edu> | 2019-11-23 15:40:07 -0500 |
---|---|---|
committer | monikahedman <monika_hedman@brown.edu> | 2019-11-23 15:40:07 -0500 |
commit | 5becac4b0442da73a6fe3b48e3a248f6cf2df61d (patch) | |
tree | 7e461b4f5c40d721f1ebd32ef16e90b82f4e07ff /src/client/views/linking/LinkFollowBox.tsx | |
parent | 4a16d4b0c3a4366d6501435a3966eb2a88e42639 (diff) |
responsive ui
Diffstat (limited to 'src/client/views/linking/LinkFollowBox.tsx')
-rw-r--r-- | src/client/views/linking/LinkFollowBox.tsx | 2 |
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", |