[ngrams] fix missing note about syncing changes

This was broken, because in react you can't have div as a child of p.
parent 0f05274b
Pipeline #4223 canceled with stage
......@@ -986,7 +986,7 @@ ngramsTreeEditRealCpt = here.component "ngramsTreeEditReal" cpt where
[
H.p { className: "text-info text-small" }
[
H.div { className: "font-weight-bold" } [ H.text "Note:" ]
H.span { className: "font-weight-bold" } [ H.text "Note:" ]
, H.text "don't forget to save changes (sync) on the list page"
]
]
......
......@@ -276,7 +276,7 @@ renderNgramsItemCpt = here.component "renderNgramsItem" cpt
pure $ Tbl.makeRow' { className }
[ selected
,
,
ngramsContext { boxes
, corpusId
, mListId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment