Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #150 from EmicoEcommerce/issue/131574-autocomplete
Browse files Browse the repository at this point in the history
use correct supports for auto complete dataprovider
  • Loading branch information
stijnbernards authored Mar 23, 2021
2 parents c0479a6 + a53b7de commit e3a39d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function __construct(
*/
public function isSupported(): bool
{
return !$this->config->isSuggestionsAutocomplete();
return $this->config->isAutocompleteEnabled();
}

/**
Expand Down

0 comments on commit e3a39d0

Please sign in to comment.