We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffc364 commit 7cce112Copy full SHA for 7cce112
2 files changed
packages/embed-chart/src/App.tsx
@@ -59,6 +59,7 @@ function App(): JSX.Element {
59
log.debug(`Starting connection...`);
60
const connection = new dh.IdeConnection(websocketUrl);
61
62
+ // TODO: Need to login here
63
log.debug('Loading figure', name, '...');
64
65
// Load the figure up.
packages/embed-grid/src/App.tsx
@@ -89,6 +89,7 @@ function App(): JSX.Element {
89
if (name == null) {
90
throw new Error('No name param provided');
91
}
92
+ // TOOD: Need to login here
93
94
// Connect to the Web API server
95
const baseUrl = new URL(
0 commit comments