Skip to content

Commit 5c95413

Browse files
authored
Update handling-relations-to-collections.md
1 parent e9f0d86 commit 5c95413

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

admin/handling-relations-to-collections.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ The admin handles this `to-many` relation automatically!
7373

7474
But we can go further:
7575

76-
77-
## Customizing a property
76+
## Customizing a Property
7877

7978
Let's customize the components used for the `authors` property, to display them by their 'name' instead 'id' (the default behavior).
8079

@@ -123,7 +122,6 @@ export default class extends Component {
123122
}
124123
```
125124

126-
127125
## Using an Autocomplete Input for Relations
128126

129127
We'll make one last improvement to our admin: transforming the relation selector we just created to use autocompletion.

0 commit comments

Comments
 (0)