Skip to content

Commit

Permalink
fix(web): remove-default-court-id-let-user-select-explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Harman-singh-waraich committed Jan 9, 2024
1 parent 8b9e55a commit 49719c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/src/context/NewDisputeContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export interface IDisputeTemplate {
}

interface IDisputeData extends IDisputeTemplate {
courtId: string;
courtId?: string;
numberOfJurors: number;
arbitrationCost?: string;
}
Expand All @@ -51,7 +51,6 @@ interface INewDisputeContext {
}

const initialDisputeData: IDisputeData = {
courtId: "1",
numberOfJurors: 3,
title: "",
description: "",
Expand Down

0 comments on commit 49719c7

Please sign in to comment.