🐛 fix(rule-form): Remove redundant rule set display

This commit is contained in:
web@ppanel 2025-04-14 03:09:44 -04:00
parent 3bb714d15c
commit 6e0c9b6698

View File

@ -201,7 +201,6 @@ export default function RuleForm<T extends Record<string, any>>({
<p className='font-mono'>DST-PORT,80,DIRECT</p>
<p className='font-mono'>SRC-PORT,7777,REJECT</p>
<p className='font-mono'>PROCESS-NAME,telegram</p>
<p className='font-mono'>RULE-SET,netflix</p>
</div>
</div>
<FormMessage />