Process minor ui fixes (#9766)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-09-03 17:03:55 +07:00
committed by GitHub
parent c18617c3a3
commit e1ca3b625d
11 changed files with 65 additions and 7 deletions
@@ -18,7 +18,7 @@
import process from '../../plugin'
import ui, { DropdownIntlItem, DropdownLabelsIntl, NumberInput } from '@hcengineering/ui'
export const props: Record<string, any> = {}
export let props: Record<string, any>
let offset = props?.offset
let offsetType = props?.offsetType ?? 'days'