aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/DocumentTypes.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2020-03-03 16:25:53 -0500
committerbob <bcz@cs.brown.edu>2020-03-03 16:25:53 -0500
commitfcbef60fdd7edbff63ad190f500f7b67a6dafa71 (patch)
treeb4f38b5775e256b9950a252d7015676c02b94ed5 /src/client/documents/DocumentTypes.ts
parent8b71007c98f3c5f5092d15c6ce91142729bcec22 (diff)
restored audio recording.
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r--src/client/documents/DocumentTypes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts
index 2e5d6a055..e3ce8e798 100644
--- a/src/client/documents/DocumentTypes.ts
+++ b/src/client/documents/DocumentTypes.ts
@@ -11,7 +11,7 @@ export enum DocumentType {
PDF = "pdf",
IMPORT = "import",
LINK = "link",
- LINKDOC = "linkdoc",
+ LINKDB = "linkdb",
BUTTON = "button",
SLIDER = "slider",
EXTENSION = "extension",