Skip to content

Commit

Permalink
chore: The Data Folder is no longer an experimental feature (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Jan 29, 2024
1 parent 86a5de2 commit f19db6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/screens/Settings/Advanced/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 137,7 @@ const Advanced = () => {
)}

{/* Directory */}
{experimentalFeature && <DataFolder />}
<DataFolder />

{/* Proxy */}
<div className="flex w-full items-start justify-between border-b border-border py-4 first:pt-0 last:border-none">
Expand Down

0 comments on commit f19db6c

Please sign in to comment.