fix validation on a few views

This commit is contained in:
Andras Bacsai
2025-10-06 21:25:24 +02:00
parent 141199b41f
commit ae64f8cb86
4 changed files with 9 additions and 5 deletions
+2
View File
@@ -120,6 +120,8 @@ class SettingsBackup extends Component
public function submit()
{
$this->validate();
$this->database->update([
'name' => $this->name,
'description' => $this->description,