File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,7 @@ class FlowBuilder {
2323 id : ( ++ this . id ) . toString ( ) ,
2424 data : { // `py-2 px-9 shadow-lg rounded-md border-2 border-gray-500 flex justify-center place-items-center
2525 label : (
26- // <div className={`${(item.isClientComponent) ? 'bg-orange-300' : 'bg-blue-300'}`} key={this.id}>
27- < div className = "text-sm font-medium" key = { this . id } > { item . fileName } </ div >
28- // {/* <div className="flex justify-center place-items-center" key={this.id}> */ }
29- // {/* <div className="text-sm font-medium">{item.fileName}</div> */ }
30- // {/* </div> */}
31- // // </div>
26+ < div className = "text-sm font-medium text-ellipsis overflow-hidden ..." key = { this . id } > { item . fileName } </ div >
3227 )
3328 } ,
3429 // type: item.depth === 0 ? 'input' : '',
You can’t perform that action at this time.
0 commit comments