make rewrite data null if no match added

This commit is contained in:
Pallavi Kumari
2025-09-30 16:56:24 +05:30
parent 1b34ee7369
commit 574cd2a754
3 changed files with 7 additions and 4 deletions

View File

@@ -632,6 +632,8 @@ export default function ReverseProxyTargets(props: {
...row.original,
path: null,
pathMatchType: null,
rewritePath: null,
rewritePathType: null
});
}}
>

View File

@@ -610,6 +610,8 @@ export default function Page() {
...row.original,
path: null,
pathMatchType: null,
rewritePath: null,
rewritePathType: null
});
}}
>