Enhancement: management list button improvements (#7848)

This commit is contained in:
shamoon 2024-10-03 23:00:28 -07:00 committed by GitHub
parent fc683e150a
commit 54293bedb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 236 additions and 66 deletions

View file

@ -59,4 +59,5 @@ export interface CustomField extends ObjectWithId {
select_options?: string[]
default_currency?: string
}
document_count?: number
}