mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 01:11:25 +00:00
Changes to cards in notebook gallery (#422)
* added gallery changes * addressed PR comments
This commit is contained in:
committed by
GitHub
parent
93cfd52e36
commit
1c0fed88c0
@@ -301,9 +301,9 @@ export class PublishNotebookPaneComponent extends React.Component<PublishNoteboo
|
||||
thumbnailUrl: this.state.imageSrc,
|
||||
created: this.props.notebookCreatedDate,
|
||||
isSample: false,
|
||||
downloads: 0,
|
||||
favorites: 0,
|
||||
views: 0,
|
||||
downloads: undefined,
|
||||
favorites: undefined,
|
||||
views: undefined,
|
||||
newCellId: undefined,
|
||||
policyViolations: undefined,
|
||||
pendingScanJobIds: undefined,
|
||||
|
||||
@@ -89,8 +89,8 @@ exports[`PublishNotebookPaneComponent renders 1`] = `
|
||||
"author": "CosmosDB",
|
||||
"created": "2020-07-17T00:00:00Z",
|
||||
"description": "",
|
||||
"downloads": 0,
|
||||
"favorites": 0,
|
||||
"downloads": undefined,
|
||||
"favorites": undefined,
|
||||
"gitSha": undefined,
|
||||
"id": undefined,
|
||||
"isSample": false,
|
||||
@@ -102,7 +102,7 @@ exports[`PublishNotebookPaneComponent renders 1`] = `
|
||||
"",
|
||||
],
|
||||
"thumbnailUrl": undefined,
|
||||
"views": 0,
|
||||
"views": undefined,
|
||||
}
|
||||
}
|
||||
showDelete={false}
|
||||
|
||||
Reference in New Issue
Block a user