publish: fetch notebooks on mount

This commit is contained in:
Matilde Park 2020-05-12 17:56:23 -04:00 committed by Logan Allen
parent 82c6bc3589
commit b7d8e8aaed

View File

@ -41,6 +41,7 @@ export default class PublishApp extends React.Component {
this.subscription = new Subscription(this.store, this.api, channel);
this.subscription.start();
this.api.fetchNotebooks();
}
componentWillUnmount() {