Feature/support filtering by asset class on the allocations page (#926)
* Support filtering by asset class * Update changelog
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export interface Filter {
|
||||
id: string;
|
||||
label?: string;
|
||||
type: 'ACCOUNT' | 'SYMBOL' | 'TAG';
|
||||
type: 'ACCOUNT' | 'ASSET_CLASS' | 'SYMBOL' | 'TAG';
|
||||
}
|
||||
|
Reference in New Issue
Block a user