2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

fix: remote _ from \d ∵ F$#&%N! webpack

This commit is contained in:
18alantom 2022-02-03 18:11:53 +05:30
parent 6bfbbca747
commit 3ed5f40586

View File

@ -112,7 +112,7 @@ function registerIpcRendererListeners() {
message,
action,
actionText: frappe.t`Download Update`,
duration: 10_000,
duration: 10000,
type: 'success',
});
});
@ -129,7 +129,7 @@ function registerIpcRendererListeners() {
message: frappe.t`Update downloaded`,
action,
actionText: frappe.t`Install Update`,
duration: 10_000,
duration: 10000,
type: 'success',
});
});