mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
feat: fix response data assignment error (#2123)
This commit is contained in:
@ -62,7 +62,7 @@ class PricingEditPage extends React.Component {
|
||||
this.setState({
|
||||
pricing: res.data,
|
||||
});
|
||||
this.getPlans(res.owner);
|
||||
this.getPlans(this.state.organizationName);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user