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

Commit

Permalink
use correct supports for auto complete dataprovider
Browse files Browse the repository at this point in the history
  • Loading branch information
Hnto committed Mar 23, 2021
1 parent c0479a6 commit a53b7de
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 a53b7de

Please sign in to comment.