mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-22 15:38:09 +00:00
Fix meeting notes title change
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
parent
f7d8edccd5
commit
c5840b61b6
@ -25,7 +25,7 @@
|
|||||||
const client = getClient()
|
const client = getClient()
|
||||||
|
|
||||||
async function changeTitle (): Promise<void> {
|
async function changeTitle (): Promise<void> {
|
||||||
await client.diffUpdate(object, { title: object.title })
|
await client.update(object, { title: object.title })
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user