refactor(activity-monitor): change activity property visibility and update view references for consistency

This commit is contained in:
Andras Bacsai
2025-05-30 12:56:34 +02:00
parent 200b5cd4fb
commit a990cc01c2
2 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ class ActivityMonitor extends Component
public bool $showWaiting = false;
protected $activity;
public $activity;
public static $eventDispatched = false;