Modal change checkbox selection to true by default
This commit is contained in:
parent
5e92fdf83b
commit
476ce764f0
|
@ -120,7 +120,7 @@ export class AlertModal {
|
|||
/**
|
||||
* Value will be emitted if @choice is true
|
||||
*/
|
||||
public select: boolean = false;
|
||||
public select: boolean = true;
|
||||
/**
|
||||
* Emitted when a ok button was clicked
|
||||
* or when Ok method is called.
|
||||
|
|
Loading…
Reference in New Issue