Feature/support filtering by asset class on the allocations page (#926)
* Support filtering by asset class * Update changelogpull/927/head
parent
4a123c38f2
commit
5cb6e5dec6
@ -1,5 +1,5 @@
|
||||
export interface Filter {
|
||||
id: string;
|
||||
label?: string;
|
||||
type: 'ACCOUNT' | 'SYMBOL' | 'TAG';
|
||||
type: 'ACCOUNT' | 'ASSET_CLASS' | 'SYMBOL' | 'TAG';
|
||||
}
|
||||
|
Loading…
Reference in new issue