Skip to content

Commit

Permalink
Flush txs fix success message
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Oct 19, 2024
1 parent a64d577 commit 9f3d611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/transactions/transactions.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class TransactionsComponent extends BasePageComponent implements AfterVie
}

public flushing: boolean = false;
public flushSuccess: boolean = true;
public flushSuccess: boolean = false;
public flushError: string = '';
public flushTxIdsJsonString: string = '';

Expand Down

0 comments on commit 9f3d611

Please sign in to comment.