Remove 'Upload Limit' and 'Download Limit' text
This commit is contained in:
parent
145c321fa1
commit
623b4b7116
1 changed files with 0 additions and 7 deletions
|
|
@ -51,10 +51,6 @@ export const AdvancedForm = ({ form }: Props) => {
|
||||||
<div className="grid gap-6 sm:grid-cols-2">
|
<div className="grid gap-6 sm:grid-cols-2">
|
||||||
{/* Upload Limit */}
|
{/* Upload Limit */}
|
||||||
<div className="space-y-4 rounded-lg border bg-background/50 p-4">
|
<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
|
<FormField
|
||||||
control={form.control}
|
control={form.control}
|
||||||
name="uploadLimit.enabled"
|
name="uploadLimit.enabled"
|
||||||
|
|
@ -134,9 +130,6 @@ export const AdvancedForm = ({ form }: Props) => {
|
||||||
|
|
||||||
{/* Download Limit */}
|
{/* Download Limit */}
|
||||||
<div className="space-y-4 rounded-lg border bg-background/50 p-4">
|
<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
|
<FormField
|
||||||
control={form.control}
|
control={form.control}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue