Show submit button by default in GenericRightPaneComponent & other fixes (#144)

* Bug fixes

* Fix build
This commit is contained in:
Tanuj Mittal
2020-08-17 11:39:11 -07:00
committed by GitHub
parent f44a3da568
commit dde2ca75c4
6 changed files with 81 additions and 66 deletions

View File

@@ -285,7 +285,7 @@ export class PublishNotebookPaneComponent extends React.Component<PublishNoteboo
<GalleryCardComponent
data={{
id: undefined,
name: this.props.notebookName,
name: this.state.notebookName,
description: this.state.notebookDescription,
gitSha: undefined,
tags: this.state.notebookTags.split(","),