mirror of
https://github.com/sigmasternchen/threadule
synced 2025-03-15 08:09:01 +00:00
feat: updating thread now works in frontend
This commit is contained in:
parent
3386af5533
commit
974d1c4c2d
1 changed files with 3 additions and 3 deletions
|
@ -141,9 +141,9 @@ const AccountCard: FunctionComponent<AccountCardProps> = (
|
|||
.then(onSuccess)
|
||||
.catch(onFailure)
|
||||
} else {
|
||||
// TODO
|
||||
console.log("we shouldn't be here")
|
||||
console.log(thread)
|
||||
endpoint.update(thread)
|
||||
.then(onSuccess)
|
||||
.catch(onFailure)
|
||||
}
|
||||
}}
|
||||
onCancel={() => {
|
||||
|
|
Loading…
Reference in a new issue