aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/app/Schema.hs
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/Schema.hs')
-rw-r--r--frontend/app/Schema.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/Schema.hs b/frontend/app/Schema.hs
index cae9ed6..5f4ddae 100644
--- a/frontend/app/Schema.hs
+++ b/frontend/app/Schema.hs
@@ -108,7 +108,7 @@ schemaTable collection schema paginated =
[]
[ td_ [] $
[ case (k, p, getO (AK.fromText (fromMisoString k)) value) of
- ("$fileName", _, A.String fn) ->
+ ("$id", _, A.String fn) ->
a_
[ href_
(routeToMisoString (EditValue collection (toMisoString fn)))