Skip to content

Commit 0e6b925

Browse files
committed
Fix linter
1 parent 21ea1a6 commit 0e6b925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/ScopedAccessTokenForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function onClickSubmit(e: Event) {
4848
4949
const warningEl = document.querySelector('#scoped-access-warning');
5050
let hasSelectedScope = false;
51-
51+
5252
for (const el of document.querySelectorAll<HTMLInputElement>('.access-token-select')) {
5353
if (el.value) {
5454
hasSelectedScope = true;

0 commit comments

Comments
 (0)