File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- import { LitElement , html , nothing } from "lit" ;
17+ import { LitElement , html } from "lit" ;
1818import Types from "../commons/types.js" ;
19- import UtilsNew from "../../core/utils-new.js" ;
2019import "../commons/tool-header.js" ;
2120import "../commons/filters/catalog-search-autocomplete.js" ;
22- import "../commons/forms/select- token-filter-static .js" ;
21+ import "../commons/forms/token-dropdown .js" ;
2322
2423export default class NoteUpdate extends LitElement {
2524
@@ -191,11 +190,11 @@ export default class NoteUpdate extends LitElement {
191190 dataFormFilterChange ( e . detail . value ? e . detail . value ?. split ( "," ) : [ ] ) ;
192191 } ;
193192 return html `
194- < select- token-filter-static
195- .data ="${ data } "
193+ < token-dropdown
194+ .values ="${ data } "
196195 .value ="${ data ?. join ( "," ) } "
197196 @filterChange ="${ e => handleTagsFilterChange ( e ) } ">
198- </ select- token-filter-static >
197+ </ token-dropdown >
199198 ` ;
200199 } ,
201200 } ,
You can’t perform that action at this time.
0 commit comments