time picker of create secret grupo remove 0 minutes

This commit is contained in:
Eudes Inácio
2023-08-31 16:39:13 +01:00
parent 62ecf2947b
commit 90e01839b7
5 changed files with 10 additions and 14 deletions
@@ -174,9 +174,8 @@ export class EditGroupPage implements OnInit {
{
name: 'minutes',
prefix: 'Minutos',
selectedIndex: 3,
selectedIndex: 0,
options: [
{ text: '0', value: 0 },
{ text: '5', value: 5 },
{ text: '10', value: 10 },
{ text: '15', value: 15 },
@@ -335,9 +335,8 @@ export class NewGroupPage implements OnInit{
{
name: 'minutes',
prefix: 'Minutos',
selectedIndex: 3,
selectedIndex: 0,
options: [
{ text: '0', value: 0 },
{ text: '5', value: 5 },
{ text: '10', value: 10 },
{ text: '15', value: 15 },