diff options
author | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-24 11:15:04 -0700 |
---|---|---|
committer | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-24 11:15:04 -0700 |
commit | aa67222bc1a80ae11d1a29b32d5cb54199b38011 (patch) | |
tree | 5fa6cad23c09370b326e69fb8594c32b8a6e35d7 /src/client/documents/DocumentTypes.ts | |
parent | 53dfd5f380d8c75fedc967577fb16310d08cefea (diff) |
backend issues with creating map node
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 422d9c2e3..5bd5590b7 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -23,7 +23,7 @@ export enum DocumentType { SCRIPTING = "script", EQUATION = "equation", FUNCPLOT = "funcplot", - MAP = "MAP", + MAP = "map", // special purpose wrappers that either take no data or are compositions of lower level types |