Fix a bug that would wrongly show a date validation error when creating whole day events
Jenkins Production Deployment
Jenkins Production Deployment
This commit is contained in:
@@ -18,8 +18,8 @@ export class AdminComponent implements OnInit {
|
||||
password: string = '';
|
||||
name: string = '';
|
||||
email: string = '';
|
||||
eventFilter: string = 'all';
|
||||
eventSorting: string = 'start_asc';
|
||||
eventFilter: string = 'future'; // Default value for filter
|
||||
eventSorting: string = 'start_asc'; // Default value for sorting
|
||||
isActive: boolean = false;
|
||||
registerEmail: string = '';
|
||||
registerPassword: string = '';
|
||||
|
||||
Reference in New Issue
Block a user