Merge branch 'main' into separate-success-and-failure-notifications

This commit is contained in:
🏔️ Peak
2024-12-09 18:11:29 +01:00
committed by GitHub
5 changed files with 62 additions and 58 deletions

View File

@@ -88,6 +88,9 @@ class Show extends Component
public function lock()
{
$this->env->is_shown_once = true;
if ($this->isSharedVariable) {
unset($this->env->is_required);
}
$this->serialize();
$this->env->save();
$this->checkEnvs();