Skip to content

Commit

Permalink
cleaner doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fargito committed May 28, 2019
1 parent 2904e21 commit 9e70ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ra-core/src/controller/field/useReference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ export interface UseReferenceProps {
* @param {Object} option
* @param {boolean} option.allowEmpty do we allow for no referenced record (default to false)
* @param {string} option.basePath basepath to current resource
* @param {string | false | linkTypeFunction} option.linkType The type of the link toward the referenced record. 'edit', 'show' of
* false for no link (default to edit). Alternatively a function that returns a string
* @param {string | false | linkTypeFunction} option.linkType The type of the link toward the referenced record. 'edit', 'show' or
* false for no link (default to edit). Alternatively a function that returns a string
* @param {Object} option.record The The current resource record
* @param {string} option.reference The linked resource name
* @param {string} option.resource The current resource name
Expand Down

0 comments on commit 9e70ce0

Please sign in to comment.