fix: fix undefined owner bug in AdapterEditPage (#1406)

This commit is contained in:
Yaodong Yu
2022-12-17 21:21:39 +08:00
committed by GitHub
parent 1ee2ff1d30
commit 082ae3c91e

View File

@ -54,7 +54,7 @@ class AdapterEditPage extends React.Component {
adapter: res.data, adapter: res.data,
}); });
this.getModels(this.adapter.owner); this.getModels(this.state.owner);
} }
}); });
} }