Skip to content
Snippets Groups Projects
Commit cf2cc4c855f9 authored by François Ferry's avatar François Ferry
Browse files

fix(demo): remove a getList(toto)

parent 236347384279
No related branches found
No related tags found
No related merge requests found
......@@ -86,11 +86,6 @@
const rqlClient = new client.CwRqlClient(httpClient);
const dataProvider = createDataProvider(rqlClient, schema);
dataProvider.getList("toto", {
pagination: { page: 1, perPage: 10 },
sort: { field: "id", order: "ASC" },
filter: null,
});
const App = (): JSX.Element => (
<Admin dataProvider={dataProvider as DataProvider}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment