Skip to content

Commit

Permalink
Remove idle status in dashboard (#7808)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson authored Mar 12, 2024
1 parent 13eae32 commit 5d8fd5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol-dashboard/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ export type ProposalEvent = {
}

export enum Status {
Idle = 'Idle',
Loading = 'Loading',
Success = 'Success',
Failure = 'Failure'
Expand Down

0 comments on commit 5d8fd5b

Please sign in to comment.