Remove 'Upload Limit' and 'Download Limit' text

This commit is contained in:
Raj Dave 2026-01-13 23:07:03 +03:00
parent 145c321fa1
commit 623b4b7116

View file

@ -51,10 +51,6 @@ export const AdvancedForm = ({ form }: Props) => {
<div className="grid gap-6 sm:grid-cols-2">
{/* Upload Limit */}
<div className="space-y-4 rounded-lg border bg-background/50 p-4">
<div className="flex items-center gap-2">
<h4 className="text-sm font-medium">Upload Limit</h4>
</div>
<FormField
control={form.control}
name="uploadLimit.enabled"
@ -134,9 +130,6 @@ export const AdvancedForm = ({ form }: Props) => {
{/* Download Limit */}
<div className="space-y-4 rounded-lg border bg-background/50 p-4">
<div className="flex items-center gap-2">
<h4 className="text-sm font-medium">Download Limit</h4>
</div>
<FormField
control={form.control}