File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11import { hideElem , showElem , type DOMEvent } from '../utils/dom.ts' ;
2- import { fomanticQuery } from " ../modules/fomantic/base" ;
2+ import { fomanticQuery } from ' ../modules/fomantic/base.ts' ;
33
44export function initRepoRelease ( ) {
55 document . addEventListener ( 'click' , ( e : DOMEvent < MouseEvent > ) => {
@@ -25,7 +25,6 @@ function initTagNameEditor() {
2525 const tagWarning = document . querySelector ( '#tag-warning' ) ;
2626 const tagWarningDetailLinks = Array . from ( document . getElementsByClassName ( 'tag-warning-detail' ) ) ;
2727 const existingTags = JSON . parse ( el . getAttribute ( 'data-existing-tags' ) ) ;
28- if ( ! Array . isArray ( existingTags ) ) return ;
2928
3029 const defaultTagHelperText = el . getAttribute ( 'data-tag-helper' ) ;
3130 const newTagHelperText = el . getAttribute ( 'data-tag-helper-new' ) ;
You can’t perform that action at this time.
0 commit comments