refactor: remove debug sleep from global search modal

Remove debug sleep(4) statement from openSearchModal method.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Andras Bacsai 2025-10-11 13:49:19 +02:00
parent a17b105a92
commit a3cecff97b

View file

@ -79,7 +79,6 @@ public function mount()
public function openSearchModal()
{
sleep(4);
$this->isModalOpen = true;
$this->loadSearchableItems();
$this->loadCreatableItems();