mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 02:04:26 +08:00
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) => {
|
f7ready((f7) => {
|
||||||
f7.toast.create({
|
f7.toast.create({
|
||||||
text: translateError(message, translateFn),
|
text: translateError(message, translateFn),
|
||||||
|
|||||||
Reference in New Issue
Block a user