mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(all): lint errors
This commit is contained in:
@ -155,7 +155,7 @@ export class Alert implements ComponentInterface, OverlayInterface {
|
||||
type: i.type || 'text',
|
||||
name: i.name || `${index}`,
|
||||
placeholder: i.placeholder || '',
|
||||
value: (i.value != null) ? i.value : '',
|
||||
value: i.value || '',
|
||||
label: i.label,
|
||||
checked: !!i.checked,
|
||||
disabled: !!i.disabled,
|
||||
|
Reference in New Issue
Block a user