mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
removed role console.log
This commit is contained in:
parent
fd7404e565
commit
aca177aa6d
1 changed files with 0 additions and 2 deletions
|
@ -141,8 +141,6 @@ class Component extends React.Component<IMapListDialogProps, IMapListDialogState
|
||||||
|
|
||||||
const { editor_target, menu_target, is_editing, is_dropping } = this.state;
|
const { editor_target, menu_target, is_editing, is_dropping } = this.state;
|
||||||
|
|
||||||
console.log('role', this.props.role);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="dialog-content">
|
<div className="dialog-content">
|
||||||
{ list.length === 0 && loading &&
|
{ list.length === 0 && loading &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue