fix: knowledge save button visible (#6905)

pull/6908/head
zxhlyh 2 years ago committed by GitHub
parent 33dab4fe54
commit e683461416
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -264,7 +264,6 @@ const Form = () => {
)}
</div>
</div>
{currentDataset?.embedding_available && (
<div className={rowClass}>
<div className={labelClass} />
<div className='w-[480px]'>
@ -277,7 +276,6 @@ const Form = () => {
</Button>
</div>
</div>
)}
</div>
)
}

Loading…
Cancel
Save