Skip to content

Commit

Permalink
fix: correct type for MYINFO_FIELDS_ORDERED
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Oct 16, 2024
1 parent b73daa0 commit dbf29e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const BASIC_FIELDS_ORDERED = [
// BasicField.Uen,
]

export const MYINFO_FIELDS_ORDERED: MyInfoAttribute[] = [
export const MYINFO_FIELDS_ORDERED = [
// Personal section
MyInfoAttribute.Name,
MyInfoAttribute.Sex,
Expand Down Expand Up @@ -68,7 +68,7 @@ export const MYINFO_FIELDS_ORDERED: MyInfoAttribute[] = [
MyInfoAttribute.DivorceDate,
// Children section
MyInfoAttribute.ChildrenBirthRecords,
]
] as const

export const MYINFO_TEXTFIELD_META: MyInfoFieldMeta<ShortTextFieldBase> = {
ValidationOptions: {
Expand Down

0 comments on commit dbf29e2

Please sign in to comment.