aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/DocumentTypes.ts
diff options
context:
space:
mode:
authoreperelm2 <emily_perelman@brown.edu>2023-06-07 13:35:24 -0400
committereperelm2 <emily_perelman@brown.edu>2023-06-07 13:35:24 -0400
commit6707f6ad559b463e514bdbbd634ded25bae4a5f7 (patch)
treeeb85bbeebf198cce2c5b48a5264cbcd0aabc09b6 /src/client/documents/DocumentTypes.ts
parent7ba42015e6cc197393254205459d94d681e26f61 (diff)
got types but trying to get icon
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 cdc8c275c..bd71281fa 100644
--- a/src/client/documents/DocumentTypes.ts
+++ b/src/client/documents/DocumentTypes.ts
@@ -2,7 +2,7 @@ export enum DocumentType {
NONE = 'none',
// core data types
- RTF = 'rtf',
+ RTF = 'rich text',
IMG = 'image',
WEB = 'web',
COL = 'collection',