mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-18 11:03:49 +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,
|
adapter: res.data,
|
||||||
});
|
});
|
||||||
|
|
||||||
this.getModels(this.adapter.owner);
|
this.getModels(this.state.owner);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user