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