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 @@ -353,7 +353,7 @@ export default function AttributeCalculation() {
353353
354354 < div className = "text-sm leading-5 font-medium text-gray-700" > Data type</ div >
355355 < div className = "flex flex-row items-center" >
356- < 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 } >
356+ < Tooltip color = "invert" placement = "right" className = "cursor-not-allowed" content = { currentAttribute . state == AttributeState . USABLE || currentAttribute . state == AttributeState . RUNNING ? TOOLTIPS_DICT . ATTRIBUTE_CALCULATION . CANNOT_EDIT_DATATYPE : TOOLTIPS_DICT . ATTRIBUTE_CALCULATION . EDIT_DATATYPE } >
357357 < KernDropdown buttonName = { currentAttribute . dataTypeName } options = { DATA_TYPES } dropdownWidth = "w-52"
358358 selectedOption = { ( option : any ) => updateDataType ( option ) } disabledOptions = { disabledOptions } disabled = { currentAttribute . state == AttributeState . USABLE || currentAttribute . dataType == DataTypeEnum . LLM_RESPONSE } dropdownClasses = "z-30" />
359359 </ Tooltip >
You can’t perform that action at this time.
0 commit comments