fix: warn static code analysis
This commit is contained in:
parent
8ab5c35a3d
commit
476b9ad558
@ -207,7 +207,7 @@ export default {
|
|||||||
},
|
},
|
||||||
submit: async function () {
|
submit: async function () {
|
||||||
try {
|
try {
|
||||||
let res = null;
|
let res;
|
||||||
|
|
||||||
if (!this.time) {
|
if (!this.time) {
|
||||||
res = await api.create(this.url, this.password);
|
res = await api.create(this.url, this.password);
|
||||||
|
|||||||
@ -374,7 +374,7 @@ body.rtl .card .card-action {
|
|||||||
color: var(--textPrimary);
|
color: var(--textPrimary);
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
font-family: "Material Icons";
|
font-family: "Material Icons", serif;
|
||||||
font-size: 1.75em;
|
font-size: 1.75em;
|
||||||
margin-right: 0.25em;
|
margin-right: 0.25em;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user