mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 20:27:43 +02:00
Switch to typescript 5.8.3 (#9152)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
return undefined
|
||||
})
|
||||
.filter((it) => it !== undefined)
|
||||
.filter((it, idx, arr) => arr.indexOf(it) === idx) as IntlString[]
|
||||
.filter((it, idx, arr) => arr.indexOf(it) === idx)
|
||||
</script>
|
||||
|
||||
<Card
|
||||
|
||||
Reference in New Issue
Block a user