Merge pull request #2293 from iamEvanYT/vaultwarden-fix

Fix Vaultwarden + Add Configs
This commit is contained in:
Andras Bacsai
2024-05-31 12:44:16 +02:00
committed by GitHub
3 changed files with 67 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ class StackForm extends Component
$this->validationAttributes["fields.$key.value"] = $fieldKey;
}
}
$this->fields = $this->fields->sortDesc();
//$this->fields = $this->fields->sortDesc();
}
public function saveCompose($raw)
{
@@ -52,7 +52,7 @@ class StackForm extends Component
public function instantSave()
{
$this->service->save();
$this->dispatch('success', 'Service settings saved.');
$this->dispatch('success', 'Service settings saved.');
}
public function submit()