We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674ef1b commit 18e5835Copy full SHA for 18e5835
web_src/js/features/comp/LabelEdit.ts
@@ -1,6 +1,6 @@
1
import {toggleElem} from '../../utils/dom.ts';
2
import {fomanticQuery} from '../../modules/fomantic/base.ts';
3
-import {submitFormFetchAction} from "../common-fetch-action.ts";
+import {submitFormFetchAction} from '../common-fetch-action.ts';
4
5
function nameHasScope(name: string): boolean {
6
return /.*[^/]\/[^/].*/.test(name);
0 commit comments