File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/components/projects/projectId/attributes/attributeId Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ export default function AttributeCalculation() {
348348 < div className = "flex flex-row items-center" >
349349 < Tooltip color = "invert" placement = "right" content = { currentAttribute . state == AttributeState . USABLE || currentAttribute . state == AttributeState . RUNNING ? TOOLTIPS_DICT . ATTRIBUTE_CALCULATION . CANNOT_EDIT_DATATYPE : TOOLTIPS_DICT . ATTRIBUTE_CALCULATION . EDIT_DATATYPE } >
350350 < Dropdown2 buttonName = { currentAttribute . dataTypeName } options = { DATA_TYPES } dropdownWidth = "w-52"
351- selectedOption = { ( option : any ) => updateDataType ( option ) } disabled = { currentAttribute . state == AttributeState . USABLE } />
351+ selectedOption = { ( option : any ) => updateDataType ( option ) } disabled = { currentAttribute . state == AttributeState . USABLE } dropdownClasses = "z-30" />
352352 </ Tooltip >
353353 { currentAttribute . dataType == DataTypeEnum . EMBEDDING_LIST && < div className = "text-gray-700 text-sm ml-3" > Only useable for similarity search</ div > }
354354 </ div >
You can’t perform that action at this time.
0 commit comments