File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
compose/neurosynth-frontend
src/pages/Study/components Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1717
1818 < link rel ="preload " as ="image " href ="/static/brain-analysis.png " type ="image/png ">
1919
20- < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.css " crossorigin ="anonymous " />
20+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/handsontable@12.3.3 /dist/handsontable.full.min.css " crossorigin ="anonymous " />
2121
2222 < link
2323 rel ="stylesheet "
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const EditStudyAnalysesList: React.FC<{
2828 < List
2929 sx = { {
3030 width : '250px' ,
31- maxHeight : '70vh ' ,
31+ maxHeight : '946px ' ,
3232 overflow : 'auto' ,
3333 } }
3434 disablePadding
Original file line number Diff line number Diff line change @@ -49,12 +49,7 @@ const EditStudyAnalysis: React.FC<{
4949 confirmText = "delete analysis"
5050 rejectText = "cancel"
5151 />
52- < Button
53- variant = "contained"
54- onClick = { ( ) => setDialogIsOpen ( true ) }
55- disableElevation
56- color = "error"
57- >
52+ < Button variant = "contained" onClick = { ( ) => setDialogIsOpen ( true ) } disableElevation color = "error" >
5853 Delete Analysis
5954 </ Button >
6055 </ Box >
You can’t perform that action at this time.
0 commit comments