aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/app/Page
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/Page')
-rw-r--r--frontend/app/Page/ListCollection.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/Page/ListCollection.hs b/frontend/app/Page/ListCollection.hs
index 16517d9..d08e414 100644
--- a/frontend/app/Page/ListCollection.hs
+++ b/frontend/app/Page/ListCollection.hs
@@ -41,7 +41,7 @@ viewModel :: Model -> View Action
viewModel m =
div_ [] $
[ h3_ [] [text "entities"],
- schemaTable m.schema m.posts,
+ schemaTable m.collection m.schema m.posts,
h3_ [] [text "schema"],
viewSchema m.schema
]