mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-02 03:52:13 +03:00
publish: fetch notebooks on mount
This commit is contained in:
parent
82c6bc3589
commit
b7d8e8aaed
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user