fix: put quick ask feature toggle under experimental feature (#2338)
This commit is contained in:
parent
fb893b89f3
commit
bff20ab87b
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user