mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-05 05:50:19 +08:00
fix: fix undefined owner bug in AdapterEditPage (#1406)
This commit is contained in:
@ -54,7 +54,7 @@ class AdapterEditPage extends React.Component {
|
||||
adapter: res.data,
|
||||
});
|
||||
|
||||
this.getModels(this.adapter.owner);
|
||||
this.getModels(this.state.owner);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user