Fix eslint warning
This commit is contained in:
parent
d6ef8a1b97
commit
2bd78f8658
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import 'cardStyle';
|
||||||
}
|
}
|
||||||
|
|
||||||
function deleteAllDevices(page) {
|
function deleteAllDevices(page) {
|
||||||
let msg = globalize.translate('DeleteDevicesConfirmation');
|
const msg = globalize.translate('DeleteDevicesConfirmation');
|
||||||
|
|
||||||
require(['confirm'], async function (confirm) {
|
require(['confirm'], async function (confirm) {
|
||||||
await confirm({
|
await confirm({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue