Skip to content

Commit

Permalink
field choice type: add sort_order
Browse files Browse the repository at this point in the history
  • Loading branch information
NC-jsAhonen committed Nov 12, 2024
1 parent f07ccb6 commit fb7737b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/application/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export type FormFieldChoice = {
value: string;
action?: string | null;
has_text_input: boolean;
sort_order: number;
};
export type SectionExtraComponentProps = {
section: FormSection;
Expand Down

0 comments on commit fb7737b

Please sign in to comment.