File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
compose/neurosynth-frontend/src/pages/Study/components Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -72,26 +72,6 @@ const EditStudyAnnotationsHotTable: React.FC<{ readonly?: boolean }> = ({ readon
7272 } , [ data ] ) ;
7373
7474 return (
75- < < << << < HEAD
76- < Box sx = { { width : '100%' , height : '100%' } } >
77- < HotTable
78- { ...HotSettings }
79- afterChange = { handleAfterChange }
80- beforePaste = { handleBeforePaste }
81- width = "100%"
82- height = "auto"
83- stretchH = "all"
84- hiddenRows = { {
85- rows : hiddenRows ,
86- indicators : false ,
87- } }
88- colWidths = { colWidths }
89- columns = { columns }
90- colHeaders = { colHeaders }
91- data = { memoizedData }
92- ref = { hotTableRef }
93- />
94- =======
9575 < Box >
9676 { canEdit && ! readonly && (
9777 < Box
@@ -136,7 +116,6 @@ const EditStudyAnnotationsHotTable: React.FC<{ readonly?: boolean }> = ({ readon
136116 ref = { hotTableRef }
137117 />
138118 </ Box >
139- >>> >>> > FEAT - 1075 - extraction - add - a - new - annotation - column - in - the - study - view
140119 </ Box >
141120 ) ;
142121} ;
You can’t perform that action at this time.
0 commit comments