format code
This commit is contained in:
@@ -57,7 +57,7 @@ export function showConfirm(message: string, confirmCallback: (dialog: Dialog.Di
|
||||
});
|
||||
}
|
||||
|
||||
export function showToast(message: string, timeout: number | undefined, translateFn: TranslateFunction):void {
|
||||
export function showToast(message: string, timeout: number | undefined, translateFn: TranslateFunction): void {
|
||||
f7ready((f7) => {
|
||||
f7.toast.create({
|
||||
text: translateError(message, translateFn),
|
||||
|
||||
Reference in New Issue
Block a user