Removing author from publish notebook payload (#966)

* removing author from publish payload

* fixed failing tests
This commit is contained in:
Srinath Narayanan
2021-08-15 00:45:30 -07:00
committed by GitHub
parent 6e55e397b3
commit 4110be10bd
3 changed files with 1 additions and 7 deletions

View File

@@ -105,7 +105,6 @@ export const PublishNotebookPane: FunctionComponent<PublishNotebookPaneAProps> =
notebookName,
notebookDescription,
notebookTags?.split(","),
author,
imageSrc,
content
);