Merge "fix: Fix for refresh and then delete allowed-address-pair"
This commit is contained in:
commit
be03ba1037
@ -23,6 +23,9 @@ import actionConfigs from './actions';
|
|||||||
export default class AllowedAddressPair extends Base {
|
export default class AllowedAddressPair extends Base {
|
||||||
init() {
|
init() {
|
||||||
this.store = globalVirtualAdapterStore;
|
this.store = globalVirtualAdapterStore;
|
||||||
|
// because of the father component use new Store
|
||||||
|
// so set detail to globalStore to share data
|
||||||
|
this.store.setDetail(this.props.detail);
|
||||||
}
|
}
|
||||||
|
|
||||||
getDownloadData = () => this.props.detail.allowed_address_pairs;
|
getDownloadData = () => this.props.detail.allowed_address_pairs;
|
||||||
|
Loading…
Reference in New Issue
Block a user