mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-30 11:10:24 +00:00
chore(cloudcmd) lint
This commit is contained in:
parent
46102d1a76
commit
3cf12de6c0
7 changed files with 9 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ function fillTemplate(error, template) {
|
|||
const [inputFirst] = inputs;
|
||||
|
||||
let afterShow;
|
||||
|
||||
if (inputFirst) {
|
||||
onAuthChange(inputFirst.checked);
|
||||
afterShow = inputFirst.focus.bind(inputFirst);
|
||||
|
|
|
|||
|
|
@ -272,6 +272,7 @@ function promptDelete() {
|
|||
const n = names.length;
|
||||
|
||||
let msg;
|
||||
|
||||
if (n) {
|
||||
let name = '';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue