We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3c6e1 commit f4fed7fCopy full SHA for f4fed7f
administrator/components/com_contact/src/View/Contacts/HtmlView.php
@@ -207,7 +207,7 @@ protected function addToolbar()
207
}
208
209
210
- if ($this->state->get('filter.published') == -2 && $canDo->get('core.delete'))
+ if (!$this->isEmptyState && $this->state->get('filter.published') == -2 && $canDo->get('core.delete'))
211
{
212
$toolbar->delete('contacts.delete')
213
->text('JTOOLBAR_EMPTY_TRASH')
0 commit comments