Fix issue with sorting environment variables in StackForm.php
This commit is contained in:
parent
4ab3f41665
commit
0a3c20b08a
@ -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 New Issue
Block a user