🎨 Improve cloud sync API count display

This commit is contained in:
Daniel 2023-07-11 21:31:19 +08:00
parent 52ca5e94a1
commit 33470c29ca
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 11 additions and 3 deletions

View file

@ -67,7 +67,8 @@ type Viewable interface {
Sortable
Calculable
Type() ViewType
GetType() ViewType
GetID() string
}
func NewAttributeView(id string) *AttributeView {