This commit is contained in:
Andras Bacsai
2023-05-05 09:28:00 +02:00
parent 23f58b8c13
commit 539f82eb08
9 changed files with 66 additions and 34 deletions

View File

@@ -30,6 +30,6 @@ class Show extends Component
public function delete()
{
$this->env->delete();
$this->emit('reloadWindow');
$this->emit('refreshEnvs');
}
}