mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-10 03:42:56 +08:00
feat: fix org admin permissions (#1822)
This commit is contained in:
@@ -40,7 +40,7 @@ class ProductBuyPage extends React.Component {
|
||||
return;
|
||||
}
|
||||
|
||||
ProductBackend.getProduct("admin", this.state.productName)
|
||||
ProductBackend.getProduct(this.props.account.owner, this.state.productName)
|
||||
.then((product) => {
|
||||
this.setState({
|
||||
product: product,
|
||||
|
Reference in New Issue
Block a user