chore: The Data Folder is no longer an experimental feature (#1847)

This commit is contained in:
Louis 2024-01-29 15:28:31 +07:00 committed by GitHub
parent 86a5de2f1c
commit f19db6c2eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,7 +137,7 @@ const Advanced = () => {
)} )}
{/* Directory */} {/* Directory */}
{experimentalFeature && <DataFolder />} <DataFolder />
{/* Proxy */} {/* Proxy */}
<div className="flex w-full items-start justify-between border-b border-border py-4 first:pt-0 last:border-none"> <div className="flex w-full items-start justify-between border-b border-border py-4 first:pt-0 last:border-none">