Fix wrong function name
This commit is contained in:
parent
031829d4f9
commit
9e185ef941
@ -43,7 +43,7 @@ class SelectUserButton extends Button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
updatePage = () => {
|
updatePage = () => {
|
||||||
globalData.currentPage.render();
|
globalData.currentPage.forceUpdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
Loading…
Reference in New Issue
Block a user