Skip to content

Commit f9ea2d8

Browse files
committed
fix(toast): remove unused options
references #5582
1 parent 0264532 commit f9ea2d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ionic/components/toast/toast.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,8 @@ class ToastCmp {
220220
}
221221

222222
export interface ToastOptions {
223-
title?: string;
223+
message?: string;
224224
cssClass?: string;
225-
buttons?: Array<any>;
226225
duration?: number;
227226
showCloseButton?: boolean;
228227
closeButtonText?: string;

0 commit comments

Comments
 (0)