This repository was archived by the owner on Mar 18, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
src/app/main/workflowSection/components/documents Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -184,18 +184,8 @@ const DocumentDetailSection: React.FC<DocumentDetailSectionProps> = ({
184184 </ div >
185185 ) : (
186186 < button
187- onClick = { ( ) => {
188- if ( ! needsRemake ) {
189- handleEditClick ( chunk . chunk_id , chunk . chunk_text || '' ) ;
190- }
191- } }
192- disabled = { needsRemake }
193- className = { `${ styles . button } ${ styles . edit } ${ needsRemake ? styles . disabled : '' } ` }
194- data-tooltip = { needsRemake ? '컬렉션 임베딩이 일치하지 않아 Remake를 먼저 수행해야 합니다.' : '' }
195- style = { {
196- cursor : needsRemake ? 'not-allowed' : 'pointer' ,
197- opacity : needsRemake ? 0.6 : 1
198- } }
187+ onClick = { ( ) => handleEditClick ( chunk . chunk_id , chunk . chunk_text || '' ) }
188+ className = { `${ styles . button } ${ styles . edit } ` }
199189 >
200190 업데이트
201191 </ button >
You can’t perform that action at this time.
0 commit comments