diff options
author | bobzel <zzzman@gmail.com> | 2025-01-21 18:13:39 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-01-21 18:13:39 -0500 |
commit | d72977ad8b67f2575cad8aea988fcfa7c04f794a (patch) | |
tree | 2b87cab8eade12394cb19f7168e0a9c5e5ff07f3 /src/client/documents/DocumentTypes.ts | |
parent | ec0ab50aad9fbb55477476998c6932488b149f45 (diff) |
more attempts to cleanup typing, etc in chat box
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 efe73fbbe..8aa844c0b 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -26,7 +26,7 @@ export enum DocumentType { SCRIPTING = 'script', // script editor CHAT = 'chat', // chat with GPT about files EQUATION = 'equation', // equation editor - FUNCPLOT = 'funcplot', // function plotter + FUNCPLOT = 'function plot', // function plotter MAP = 'map', DATAVIZ = 'dataviz', ANNOPALETTE = 'annopalette', |