Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunnCO committed May 1, 2024
1 parent db77c2f commit 593f6be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/admin/src/types/ApplicationForm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ type ApplicationFormQuestion = {
displayText: string;
questionSuffix: string;
responseType: ResponseType;
optional: string;
validation: { [key: string]: string | undefined };
options?: string[];
};
Expand Down

0 comments on commit 593f6be

Please sign in to comment.