mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Remove unnecessary log
This commit is contained in:
parent
a9de6af5f7
commit
316f93b190
@ -65,15 +65,12 @@ class ManageCategories extends React.Component {
|
|||||||
"Category Removed Successfully!",
|
"Category Removed Successfully!",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
console.log("g");
|
|
||||||
const {categories} = this.state;
|
const {categories} = this.state;
|
||||||
const remainingElements = categories.filter(function (value) {
|
const remainingElements = categories.filter(function (value) {
|
||||||
return value.categoryName !== id;
|
return value.categoryName !== id;
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
this.setState({
|
this.setState({
|
||||||
loading: false,
|
loading: false,
|
||||||
categories: remainingElements
|
categories: remainingElements
|
||||||
|
|||||||
@ -13,6 +13,7 @@ class AppInstallModal extends React.Component{
|
|||||||
visible={this.props.visible}
|
visible={this.props.visible}
|
||||||
// onOk={this.handleOk}
|
// onOk={this.handleOk}
|
||||||
onCancel={this.props.onClose}
|
onCancel={this.props.onClose}
|
||||||
|
footer={null}
|
||||||
>
|
>
|
||||||
<Tabs defaultActiveKey="1">
|
<Tabs defaultActiveKey="1">
|
||||||
<TabPane tab="User" key="1">
|
<TabPane tab="User" key="1">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user