Apply 2 suggestion(s) to 1 file(s)
This commit is contained in:
parent
18110d6821
commit
047dda5525
1 changed files with 2 additions and 2 deletions
|
|
@ -249,7 +249,7 @@ const EmojiTab = {
|
||||||
this.displayError(resp.error)
|
this.displayError(resp.error)
|
||||||
return Promise.reject(resp)
|
return Promise.reject(resp)
|
||||||
}
|
}
|
||||||
}).then(_done => {
|
}).then(() => {
|
||||||
this.packName = this.newPackName
|
this.packName = this.newPackName
|
||||||
this.newPackName = ''
|
this.newPackName = ''
|
||||||
this.remotePackURL = ''
|
this.remotePackURL = ''
|
||||||
|
|
@ -269,7 +269,7 @@ const EmojiTab = {
|
||||||
this.displayError(resp.error)
|
this.displayError(resp.error)
|
||||||
return Promise.reject(resp)
|
return Promise.reject(resp)
|
||||||
}
|
}
|
||||||
}).then(_done => {
|
}).then((_done)) => {
|
||||||
this.packName = this.newPackName
|
this.packName = this.newPackName
|
||||||
this.newPackName = ''
|
this.newPackName = ''
|
||||||
this.remotePackURL = ''
|
this.remotePackURL = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue