diff options
author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-09-04 22:41:29 -0400 |
---|---|---|
committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-09-04 22:41:29 -0400 |
commit | b9adb3a47279e4bcb975240f3d37f3454cf0757a (patch) | |
tree | 4e127b1c3ddaa2ee10bae0073e73220e90b96014 /src/client/util/CurrentUserUtils.ts | |
parent | 180e775d4a0bbfa211410727ddd13553f30ecf97 (diff) | |
parent | 85734663ec1c65678c4e292ddbdf63ae02b47476 (diff) |
Merge branch 'alyssa-starter' of https://github.com/brown-dash/Dash-Web into alyssa-starter
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 8a9f20565..14fb65252 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -260,7 +260,6 @@ export class CurrentUserUtils { } return plotly; } - const plotlyView = (opts:DocumentOptions) => { const rtfield = new RichTextField(JSON.stringify( {doc: {type:"doc",content:[ |