style: auto-fix linting issues
This commit is contained in:
parent
103cce6338
commit
0999fefda4
1 changed files with 5 additions and 1 deletions
|
|
@ -533,7 +533,11 @@ export class ThemeStore {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(this.editingThemeId ? 'Updating theme:' : 'Uploading theme:', { name, author: userId, authorName: userName });
|
console.log(this.editingThemeId ? 'Updating theme:' : 'Uploading theme:', {
|
||||||
|
name,
|
||||||
|
author: userId,
|
||||||
|
authorName: userName,
|
||||||
|
});
|
||||||
|
|
||||||
const formData = new FormData();
|
const formData = new FormData();
|
||||||
formData.append('name', name);
|
formData.append('name', name);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue