mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 12:33:06 +00:00
Complete add/edit/delete for scheduled tasks.
Refactor views.
This commit is contained in:
@@ -33,7 +33,6 @@ class Add extends Component
|
||||
|
||||
public function submit()
|
||||
{
|
||||
error_log("*** IN SUBMIT");
|
||||
$this->validate();
|
||||
$isValid = validate_cron_expression($this->frequency);
|
||||
if (!$isValid) {
|
||||
|
||||
Reference in New Issue
Block a user