Skip to content

Commit ad2b101

Browse files
committed
add comma
1 parent 013e899 commit ad2b101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modal/alert-modal.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class AlertModal extends BaseModal {
8181
@Inject("modalLabel") public modalLabel: string,
8282
@Inject("modalTitle") public modalTitle: string,
8383
@Inject("modalContent") public modalContent: string,
84-
@Inject("buttons") public buttons = []
84+
@Inject("buttons") public buttons = [],
8585
@Inject("close") public onClose: Function
8686
) {
8787
super();

0 commit comments

Comments
 (0)