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