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!",
|
||||
});
|
||||
|
||||
|
||||
console.log("g");
|
||||
const {categories} = this.state;
|
||||
const remainingElements = categories.filter(function (value) {
|
||||
return value.categoryName !== id;
|
||||
|
||||
});
|
||||
|
||||
|
||||
this.setState({
|
||||
loading: false,
|
||||
categories: remainingElements
|
||||
|
||||
@ -13,6 +13,7 @@ class AppInstallModal extends React.Component{
|
||||
visible={this.props.visible}
|
||||
// onOk={this.handleOk}
|
||||
onCancel={this.props.onClose}
|
||||
footer={null}
|
||||
>
|
||||
<Tabs defaultActiveKey="1">
|
||||
<TabPane tab="User" key="1">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user