diff --git a/src/pages/network/containers/VirtualAdapter/Detail/AllowedAddressPair/index.jsx b/src/pages/network/containers/VirtualAdapter/Detail/AllowedAddressPair/index.jsx index 9cbb0a0c..1155f0af 100644 --- a/src/pages/network/containers/VirtualAdapter/Detail/AllowedAddressPair/index.jsx +++ b/src/pages/network/containers/VirtualAdapter/Detail/AllowedAddressPair/index.jsx @@ -23,6 +23,9 @@ import actionConfigs from './actions'; export default class AllowedAddressPair extends Base { init() { 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;