Skip to content

Commit 6f633d5

Browse files
authored
Merge pull request #1492 from winfinit/master
changed action from tuple to array of actions
2 parents 0ce0eb5 + 97cd9fc commit 6f633d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/dialog/mdl-dialog-configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export interface IMdlSimpleDialogConfiguration extends IMdlDialogConfiguration {
120120
/**
121121
* the actions that are used for this dialog (the order will be reversed by mdl.
122122
*/
123-
actions: [IMdlDialogAction];
123+
actions: IMdlDialogAction[];
124124
/**
125125
* should the actions be displayed as full width actions. every aciton is one row.
126126
*/

0 commit comments

Comments
 (0)