Skip to content

Commit

Permalink
optional chaining analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Oct 17, 2024
1 parent 20bd521 commit 1d712ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"chai": "^4.2.0",
"check-engine": "^1.10.0",
"coveralls": "^3.0.2",
"eslint": "^5.15.1",
"eslint": "^9.12.0",
"eslint-plugin-html": "^5.0.3",
"husky": "^4.2.3",
"istanbul-instrumenter-loader": "^3.0.1",
Expand Down
1 change: 1 addition & 0 deletions ui/widgets/nuxeo-tag-suggestion.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ import { escapeHTML } from './nuxeo-selectivity.js';
}

_newEntryFormatter(term) {
term = term?.toLowerCase();
return { id: term, displayLabel: term, newTag: true };
}

Expand Down

0 comments on commit 1d712ca

Please sign in to comment.