fix: put quick ask feature toggle under experimental feature (#2338)

This commit is contained in:
Louis 2024-03-13 10:18:20 +07:00 committed by GitHub
parent fb893b89f3
commit bff20ab87b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -437,6 +437,7 @@ const Advanced = () => {
/>
</div>
{experimentalEnabled && (
<div className="flex w-full items-start justify-between border-b border-border py-4 first:pt-0 last:border-none">
<div className="flex-shrink-0 space-y-1.5">
<div className="flex gap-x-2">
@ -464,6 +465,7 @@ const Advanced = () => {
}}
/>
</div>
)}
{/* Clear log */}
<div className="flex w-full items-start justify-between border-b border-border py-4 first:pt-0 last:border-none">