Skip to content

Commit 18e5835

Browse files
committed
fix lint
1 parent 674ef1b commit 18e5835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/comp/LabelEdit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {toggleElem} from '../../utils/dom.ts';
22
import {fomanticQuery} from '../../modules/fomantic/base.ts';
3-
import {submitFormFetchAction} from "../common-fetch-action.ts";
3+
import {submitFormFetchAction} from '../common-fetch-action.ts';
44

55
function nameHasScope(name: string): boolean {
66
return /.*[^/]\/[^/].*/.test(name);

0 commit comments

Comments
 (0)