File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ import {LitElement, html} from "lit";
1818import Types from "../commons/types.js" ;
1919import NotificationUtils from "../commons/utils/notification-utils.js" ;
2020import LitUtils from "../commons/utils/lit-utils.js" ;
21- import UtilsNew from "../../core/utils-new.js" ;
2221import CatalogUtils from "../../core/clients/opencga/opencga-catalog-utils.js" ;
2322import "../commons/tool-header.js" ;
2423import "../commons/filters/catalog-search-autocomplete.js" ;
24+ import "../commons/forms/token-dropdown.js" ;
2525import "../commons/json-editor.js" ;
2626
2727export default class NoteCreate extends LitElement {
@@ -228,11 +228,11 @@ export default class NoteCreate extends LitElement {
228228 dataFormFieldChange ( e . detail . value ? e . detail . value ?. split ( "," ) : [ ] ) ;
229229 } ;
230230 return html `
231- < select- token-filter-static
232- .data ="${ data } "
231+ < token-dropdown
232+ .values ="${ data } "
233233 .value ="${ data ?. join ( "," ) } "
234234 @filterChange ="${ e => handleTagsChange ( e ) } ">
235- </ select- token-filter-static >
235+ </ token-dropdown >
236236 ` ;
237237 } ,
238238 } ,
You can’t perform that action at this time.
0 commit comments