fix(massinput): properly render massInputList
This commit is contained in:
parent
c78b9ff4d6
commit
7c2844807f
@ -13,7 +13,7 @@ import Utils.PathPiece
|
||||
|
||||
|
||||
data Transaction
|
||||
= TransactionTermEdit { transactionTerm :: TermId }
|
||||
= TransactionTermEdit { transactionTerm :: Key Term }
|
||||
deriving (Eq, Ord, Read, Show, Generic, Typeable)
|
||||
|
||||
deriveJSON defaultOptions
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
$newline never
|
||||
<table>
|
||||
<tbody>
|
||||
<tr .massinput__cell>
|
||||
$forall coord <- review liveCoords lLength
|
||||
$forall coord <- review liveCoords lLength
|
||||
<tr .massinput__cell>
|
||||
<td>
|
||||
^{cellWdgts ! coord}
|
||||
<td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user