mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-04 00:53:49 +00:00
make rewrite data null if no match added
This commit is contained in:
@@ -632,6 +632,8 @@ export default function ReverseProxyTargets(props: {
|
||||
...row.original,
|
||||
path: null,
|
||||
pathMatchType: null,
|
||||
rewritePath: null,
|
||||
rewritePathType: null
|
||||
});
|
||||
}}
|
||||
>
|
||||
|
||||
@@ -610,6 +610,8 @@ export default function Page() {
|
||||
...row.original,
|
||||
path: null,
|
||||
pathMatchType: null,
|
||||
rewritePath: null,
|
||||
rewritePathType: null
|
||||
});
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user