We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48a37f commit c1becf8Copy full SHA for c1becf8
src/notebooks/deepnote/converters/inputConverters.ts
@@ -29,7 +29,7 @@ export abstract class BaseInputBlockConverter<T extends z.ZodObject> implements
29
30
if (config.success !== true) {
31
block.metadata = {
32
- ...block.metadata,
+ ...(block.metadata ?? {}),
33
[DEEPNOTE_VSCODE_RAW_CONTENT_KEY]: cell.value
34
};
35
return;
0 commit comments