Refactor ActivityMonitor component to add fullHeight option

This commit is contained in:
Andras Bacsai
2024-04-16 12:41:13 +02:00
parent 15ec39bc56
commit 3935a3c885
2 changed files with 7 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ class ActivityMonitor extends Component
public $activityId;
public $eventToDispatch = 'activityFinished';
public $isPollingActive = false;
public bool $fullHeight = false;
public bool $showWaiting = false;
protected $activity;