mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: sort by defined order + fixed typo
This commit is contained in:
parent
424437446d
commit
39f787b7db
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ class StackForm extends Component
|
||||||
$this->validationAttributes["fields.$key.value"] = $fieldKey;
|
$this->validationAttributes["fields.$key.value"] = $fieldKey;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->fields = $this->fields->sortDesc();
|
//$this->fields = $this->fields->sortDesc();
|
||||||
}
|
}
|
||||||
public function saveCompose($raw)
|
public function saveCompose($raw)
|
||||||
{
|
{
|
||||||
|
|
@ -52,7 +52,7 @@ class StackForm extends Component
|
||||||
public function instantSave()
|
public function instantSave()
|
||||||
{
|
{
|
||||||
$this->service->save();
|
$this->service->save();
|
||||||
$this->dispatch('success', 'Service settings saved.');
|
$this->dispatch('success', 'Service settings saved.');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function submit()
|
public function submit()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue