aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/app/Page
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-06-06 15:31:16 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-06-06 15:31:16 +0200
commit612da78d17c575cd5ade1de62dc1a3c514129de0 (patch)
treeedf00a2d0c55d869a1a717138c4b7ef6c290ef61 /frontend/app/Page
parenta569f8d7a2da3b2769a3bbf3414c164043321dd7 (diff)
link to edit page from list page
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
]