Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit ed72a99

Browse files
authored
Add customerId field to custom-example (#268)
1 parent 4c97602 commit ed72a99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/custom-example/uniforms/AutoFieldLoader.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import {
22
AcceptField,
33
BoolField,
4+
CustomerField,
45
DateField,
56
DividerField,
67
LabelField,
@@ -44,6 +45,8 @@ export function autoFieldFunction(props: GuaranteedProps<unknown> & Record<strin
4445
return ProductField;
4546
case "locationCode":
4647
return LocationCodeField;
48+
case "customerId":
49+
return CustomerField;
4750
case "organisationId":
4851
return OrganisationField;
4952
case "long":

0 commit comments

Comments
 (0)