Skip to content

Commit

Permalink
- FIX: Fixed a few issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Nov 5, 2024
1 parent 4b0fab0 commit 85ff55f
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 81 deletions.
172 changes: 95 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tiny-emitter": "~2.1.0",
"vis-data": "^7.1.4",
"vis-network": "^9.1.2",
"vue": "~2.6.14",
"vue": "^2.7.16",
"vue-cool-lightbox": "~2.7.1",
"vue-gtag": "~1.16.1",
"vue-i18n": "~8.27.1",
Expand Down
4 changes: 4 additions & 0 deletions src/components/tables/GermplasmTableFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ export default {
methods: {
getNumberWithSuffix,
searchByIdentifier: function () {
if (!this.identifierSearch || this.identifierSearch === '') {
return
}
this.$emit('filtering-changed', [{
column: {
name: 'germplasmName',
Expand Down
1 change: 1 addition & 0 deletions src/plugins/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const messages = {
export const i18n = new VueI18n({
locale: null,
fallbackLocale: 'en_GB',
warnHtmlInMessage: 'off',
messages: messages
})

Expand Down
Loading

0 comments on commit 85ff55f

Please sign in to comment.