Skip to content

Commit

Permalink
hotfix labels typeahead
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed May 15, 2020
1 parent 3f9ff21 commit 17b193b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/components/widget/Labels/Labels.js
Expand Up @@ -109,6 +109,8 @@ class Labels extends Component {
entity,
subentity,
subentityId,
tabId,
rowId,
viewId,
} = this.props;

Expand All @@ -118,6 +120,8 @@ class Labels extends Component {
entity,
subentity,
subentityId,
tabId,
rowId,
viewId,
propertyName: name,
query: typeAhead,
Expand Down

0 comments on commit 17b193b

Please sign in to comment.