Small fix: run in action
This commit is contained in:
parent
15478a8f0c
commit
b84533090d
1 changed files with 3 additions and 1 deletions
|
@ -297,7 +297,9 @@ export class PostThreadModel {
|
||||||
try {
|
try {
|
||||||
urip.host = await apilib.resolveName(this.rootStore, urip.host)
|
urip.host = await apilib.resolveName(this.rootStore, urip.host)
|
||||||
} catch (e: any) {
|
} catch (e: any) {
|
||||||
this.error = e.toString()
|
runInAction(() => {
|
||||||
|
this.error = e.toString()
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
runInAction(() => {
|
runInAction(() => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue