Notices for events and sync errors handled
This commit is contained in:
parent
a60eade0ae
commit
98a15c0c9e
4 changed files with 33 additions and 9 deletions
2
view.tsx
2
view.tsx
|
|
@ -24,7 +24,7 @@ export class ExampleView extends ItemView {
|
|||
|
||||
async onOpen() {
|
||||
ReactDOM.render(
|
||||
<ReactView userID = {this.plugin.settings.userID} tokenAPI = {this.plugin.settings.apiToken}/>,
|
||||
<ReactView userID = {this.plugin.settings.userID} tokenAPI = {this.plugin.settings.apiToken} plugin={this.plugin}/>,
|
||||
this.containerEl.children[1]
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue