[accelerator] also show completed_provisional in accel dashboard

This commit is contained in:
nymkappa
2024-07-12 23:45:41 +09:00
parent 04b6bee8a1
commit 22a5cd2de2
2 changed files with 2 additions and 2 deletions

View File

@@ -411,7 +411,7 @@ export interface Acceleration {
}
export interface AccelerationHistoryParams {
status?: string;
status?: string; // Single status or comma separated list of status
timeframe?: string;
poolUniqueId?: number;
blockHash?: string;