Fix account model sorting key (#4663)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2024-02-16 14:07:31 +06:00 committed by GitHub
parent 61ecae6363
commit 3ee35da99e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ export class TSpace extends TDoc implements Space {
}
@Model(core.class.Account, core.class.Doc, DOMAIN_MODEL)
@UX(core.string.Account, undefined, undefined, 'name')
@UX(core.string.Account)
export class TAccount extends TDoc implements Account {
email!: string
role!: AccountRole