Pass backUrl in subscriber email edit link
[MAILPOET-3054]
This commit is contained in:
committed by
Veljko V
parent
d024ff31dd
commit
bfca7d9ad9
@@ -343,7 +343,7 @@ const SubscriberList = ({ match }) => {
|
|||||||
to={{
|
to={{
|
||||||
pathname: `/edit/${subscriber.id}`,
|
pathname: `/edit/${subscriber.id}`,
|
||||||
state: {
|
state: {
|
||||||
test: 'lala',
|
backUrl: location?.pathname,
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user