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:
parent
a17b105a92
commit
a3cecff97b
1 changed files with 0 additions and 1 deletions
|
|
@ -79,7 +79,6 @@ public function mount()
|
|||
|
||||
public function openSearchModal()
|
||||
{
|
||||
sleep(4);
|
||||
$this->isModalOpen = true;
|
||||
$this->loadSearchableItems();
|
||||
$this->loadCreatableItems();
|
||||
|
|
|
|||
Loading…
Reference in a new issue