Skip to content

Commit

Permalink
fix(alert): header is not mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Aug 27, 2018
1 parent d5b7a01 commit 1f71f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/alert/alert-interface.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TextFieldTypes } from '../../interface';

export interface AlertOptions {
header: string;
header?: string;
subHeader?: string;
message?: string;
cssClass?: string | string[];
Expand Down

0 comments on commit 1f71f76

Please sign in to comment.