Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Nov 5, 2022
1 parent f49fade commit 83a9b03
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ class DisplaySelect extends Component {

componentDidMount() {
this.props.getSchema(this.props.type);
console.log(config?.views?.layoutViewsNamesMapping, 'config');
console.log(this.props.layout, 'config');
}

/**
Expand Down Expand Up @@ -198,7 +196,7 @@ class DisplaySelect extends Component {
render() {
const { selectedOption } = this.state;
const Select = this.props.reactSelect.default;
const layoutsNames = config.views.layoutViewsNamesMapping;
// const layoutsNames = config.views.layoutViewsNamesMapping;
const layoutOptions = this.props.layouts
.filter(
(layout) =>
Expand Down

0 comments on commit 83a9b03

Please sign in to comment.