mirror of
https://github.com/tiennm99/coolify.git
synced 2026-05-12 18:57:54 +00:00
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:
@@ -79,7 +79,6 @@ class GlobalSearch extends Component
|
||||
|
||||
public function openSearchModal()
|
||||
{
|
||||
sleep(4);
|
||||
$this->isModalOpen = true;
|
||||
$this->loadSearchableItems();
|
||||
$this->loadCreatableItems();
|
||||
|
||||
Reference in New Issue
Block a user