Skip to content

Commit

Permalink
fix: Update field order in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsvante committed May 16, 2024
1 parent 3dfa159 commit d32fa97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/ExportForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const allFieldEntries: ExportFieldEntry[] = [
{ field: ExportField.NewColor, label: t`New color`, checked: true },
{ field: ExportField.SizeType, label: t`Size type`, checked: true },
{ field: ExportField.SizeNumber, label: t`Size number`, checked: true },
{ field: ExportField.EanCode, label: t`EAN code`, checked: true },
{ field: ExportField.ServiceItem, label: t`Service item`, checked: true },
{
field: ExportField.RetailPriceAmount,
Expand Down Expand Up @@ -156,7 +157,6 @@ const allFieldEntries: ExportFieldEntry[] = [
{ field: ExportField.UnitVolume, label: t`Unit volume`, checked: true },
{ field: ExportField.PrimaryImage, label: t`Primary image`, checked: true },
{ field: ExportField.Images, label: t`Images`, checked: false },
{ field: ExportField.EanCode, label: t`EAN code`, checked: true },
{
field: ExportField.StyleExternalid,
label: t`Style external id`,
Expand Down

0 comments on commit d32fa97

Please sign in to comment.