This commit is contained in:
Andras Bacsai
2023-06-15 10:48:13 +02:00
parent fe51f8fbf7
commit 8b6598ea6b
22 changed files with 380 additions and 231 deletions

View File

@@ -39,7 +39,7 @@ class ByIp extends Component
}
public function instantSave()
{
$this->emit('saved', 'Application settings updated!');
$this->emit('success', 'Application settings updated!');
}
public function submit()
{