File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2929 "purescript-prelude" : " ^4.0.1" ,
3030 "purescript-profunctor-lenses" : " >=4.0.0 <7.0.0" ,
3131 "purescript-random" : " ^4.0.0" ,
32- "purescript-react-basic" : " >= 8.0.0 < 10 .0.0" ,
33- "purescript-react-basic-hooks" : " ^0.6 .1" ,
34- "purescript-react-dnd-basic" : " ^6.0.0 " ,
32+ "purescript-react-basic" : " ^11 .0.0" ,
33+ "purescript-react-basic-hooks" : " ^1.0 .1" ,
34+ "purescript-react-dnd-basic" : " ^6.1.3 " ,
3535 "purescript-record" : " >= 1.0.0 < 3.0.0" ,
3636 "purescript-simple-json" : " >=4.0.0 <7.0.0" ,
3737 "purescript-strings" : " ^4.0.0" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import Data.Array as Array
77import Data.Array.NonEmpty (NonEmptyArray )
88import Data.Array.NonEmpty as NonEmptyArray
99import Data.Either (Either (..))
10- import Data.Int (toNumber )
1110import Data.Maybe (Maybe (..))
1211import Effect (Effect )
1312import JSS (JSS , jss )
@@ -151,7 +150,7 @@ editableTable = makeStateless component render
151150 }
152151 }
153152 ]
154- , colSpan: toNumber columnCount
153+ , colSpan: columnCount
155154 }
156155 ]
157156 ]
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ sidebarLayout = makeStateless sidebarLayoutComponent render where
9090 [ R .div
9191 { style: R .css { " flex" : " 0 0 30%" }
9292 , className: " column bl view-scroll"
93- , maxLength: " 400px "
93+ , maxLength: 400
9494 , children: [
9595 R .div { className: " ppa" , children: [ content ]}
9696 ]
You can’t perform that action at this time.
0 commit comments