Skip to content

Commit de9e3dc

Browse files
committed
Removes playground for useable attributes
1 parent a1e4c21 commit de9e3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/projects/projectId/attributes/attributeId/AttributeCalculations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ export default function AttributeCalculation() {
403403
</div>
404404
{
405405
currentAttribute.dataType == DataTypeEnum.LLM_RESPONSE &&
406-
<LLMResponseConfig disabled={currentAttribute.state == AttributeState.USABLE} attributeId={currentAttribute?.id} fullLlmConfig={additionalConfigTmp} setFullLlmConfig={setAdditionalConfigTmp} apiKey={additionalConfigTmp?.llmConfig.apiKey} />
406+
<LLMResponseConfig disabled={currentAttribute.state == AttributeState.USABLE} attributeId={currentAttribute?.id} fullLlmConfig={additionalConfigTmp} setFullLlmConfig={setAdditionalConfigTmp} apiKey={additionalConfigTmp?.llmConfig.apiKey} noPlayground={currentAttribute.state == AttributeState.USABLE} />
407407
}
408408
<div className="flex flex-row items-center justify-between my-3">
409409
<div className="flex flex-row flex-nowrap items-center">

0 commit comments

Comments
 (0)