Feature/add benchmarks preset to admin control panel (#3513)

* Add benchmarks preset

* Update changelog
This commit is contained in:
Thomas Kaul
2024-06-26 20:18:53 +02:00
committed by GitHub
parent 58d1abbd38
commit ee086638f3
5 changed files with 24 additions and 1 deletions

View File

@@ -68,6 +68,11 @@ export class AdminMarketDataComponent
};
})
.concat([
{
id: 'BENCHMARKS',
label: $localize`Benchmarks`,
type: <Filter['type']>'PRESET_ID'
},
{
id: 'CURRENCIES',
label: $localize`Currencies`,