Dashboard con stats, LayerUpload funcional, PhaseProgress eager-loading, README actualizado
This commit is contained in:
@@ -13,7 +13,7 @@ class PhaseProgress extends Component
|
||||
|
||||
public function mount(Phase $phase)
|
||||
{
|
||||
$this->phase = $phase;
|
||||
$this->phase = $phase->load('progressUpdates');
|
||||
$this->progress = $phase->progress_percent;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user