Skip to content

Commit

Permalink
hot fix for merge_suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
vmonakhov committed Aug 26, 2024
1 parent 8e41170 commit ed6952b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Merge/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class MergeSettings extends React.Component {

const {
dataLexicalEntries: {
perspective: { lexical_entries: entries }
perspective: { perspective_page: { lexical_entries: entries }}
}
} = this.props;

Expand Down

0 comments on commit ed6952b

Please sign in to comment.