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 29
29
"purescript-prelude" : " ^4.0.1" ,
30
30
"purescript-profunctor-lenses" : " >=4.0.0 <7.0.0" ,
31
31
"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 " ,
35
35
"purescript-record" : " >= 1.0.0 < 3.0.0" ,
36
36
"purescript-simple-json" : " >=4.0.0 <7.0.0" ,
37
37
"purescript-strings" : " ^4.0.0" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import Data.Array as Array
7
7
import Data.Array.NonEmpty (NonEmptyArray )
8
8
import Data.Array.NonEmpty as NonEmptyArray
9
9
import Data.Either (Either (..))
10
- import Data.Int (toNumber )
11
10
import Data.Maybe (Maybe (..))
12
11
import Effect (Effect )
13
12
import JSS (JSS , jss )
@@ -151,7 +150,7 @@ editableTable = makeStateless component render
151
150
}
152
151
}
153
152
]
154
- , colSpan: toNumber columnCount
153
+ , colSpan: columnCount
155
154
}
156
155
]
157
156
]
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ sidebarLayout = makeStateless sidebarLayoutComponent render where
90
90
[ R .div
91
91
{ style: R .css { " flex" : " 0 0 30%" }
92
92
, className: " column bl view-scroll"
93
- , maxLength: " 400px "
93
+ , maxLength: 400
94
94
, children: [
95
95
R .div { className: " ppa" , children: [ content ]}
96
96
]
You can’t perform that action at this time.
0 commit comments