Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
odalys-dataport committed Dec 6, 2023
1 parent 0e38dda commit 3a2a90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/types/collaborative-file.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export enum CollaborativeFileType {
FAVORITES = "favorites",
FILE = "draft",
PDF = "draft",
PDF = "pdf",
DIRECTORY = "dir",
SHARED_DIRECTORY = "shared_dir",
UNKNOWN = "question_mark",
Expand Down

0 comments on commit 3a2a90e

Please sign in to comment.