mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-08-02 18:37:06 -04:00
Fix for LocalOF factory
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { define } from "factoria";
|
||||
|
||||
export default define( "LocalObservationField", faker => ( {
|
||||
allowed_values: [faker.person.firstName( ), faker.person.firstName( )],
|
||||
allowedValues: [faker.person.firstName( ), faker.person.firstName( )],
|
||||
datatype: "text",
|
||||
description: faker.lorem.paragraph( ),
|
||||
id: faker.number.int( ),
|
||||
|
||||
Reference in New Issue
Block a user