diff --git a/docs/docs/4-guides/3-generate-grid-form-views/1-api-entity-with-crud-generator/index.md b/docs/docs/4-guides/3-generate-grid-form-views/1-api-entity-with-crud-generator/index.md index 814f344b03..b0e8404f8e 100644 --- a/docs/docs/4-guides/3-generate-grid-form-views/1-api-entity-with-crud-generator/index.md +++ b/docs/docs/4-guides/3-generate-grid-form-views/1-api-entity-with-crud-generator/index.md @@ -154,5 +154,3 @@ Schema should already be available when you start the GraphQL Playground locally ![CustomersQueryInPlaygroundWithError](./images/customersQueryInPlaygroundWithError.png) As soon as you start to execute the first Query, one will see that @mikro-orm will through an error, that the Customer Table does not exists in the Database. - -Dokumentation: