31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-03 22:20:48 +00:00

Show the search when NPM filter is applied

Signed-off-by: Roland Dalmulder <contact@rolandd.com>
This commit is contained in:
Roland Dalmulder 2020-07-26 19:53:51 +02:00
parent 31534b51e9
commit 9957855865
No known key found for this signature in database
GPG Key ID: FD49814C56AE3AF9

View File

@ -39,7 +39,7 @@ $filterRtc = $this->escape($this->state->get('filter.rtc'));
$filterNpm = $this->escape($this->state->get('filter.npm'));
$visible = '';
if ($filterApplied || $filterBranch || $filterRtc)
if ($filterApplied || $filterBranch || $filterRtc || $filterNpm)
{
$visible = 'js-stools-container-filters-visible';
}