Skip to content

Commit 8368801

Browse files
authored
Update handling-relations-to-collections.md
1 parent 6fb5b9b commit 8368801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/handling-relations-to-collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Let's customize the components used for the `authors` property:
7777
```javascript
7878
import React, { Component } from 'react';
7979
import { ReferenceArrayField, SingleFieldList, ChipField, ReferenceArrayInput, SelectArrayInput } from 'admin-on-rest';
80-
import { AdminBuilder, hydraClient } from 'api-platform-admin';
80+
import { AdminBuilder, hydraClient } from '@api-platform/admin';
8181
import parseHydraDocumentation from 'api-doc-parser/lib/hydra/parseHydraDocumentation';
8282

8383
const entrypoint = 'https://demo.api-platform.com';

0 commit comments

Comments
 (0)