Fix issue with sorting environment variables in StackForm.php
This commit is contained in:
parent
4ab3f41665
commit
0a3c20b08a
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ public function mount()
|
|||
$this->validationAttributes["fields.$key.value"] = $fieldKey;
|
||||
}
|
||||
}
|
||||
$this->fields = $this->fields->sort();
|
||||
$this->fields = $this->fields->sortDesc();
|
||||
}
|
||||
public function saveCompose($raw)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue