Skip to content

Commit

Permalink
chore: might as well print out the searchText
Browse files Browse the repository at this point in the history
  • Loading branch information
hroth1994 committed Sep 25, 2024
1 parent 294f780 commit d5d2e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es-design-system/layouts/nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
methods: {
searchButtonClicked() {
/* eslint-disable-next-line no-console */
console.log('Searching...');
console.log('Searching...', this.searchText);
},
},
};
Expand Down

0 comments on commit d5d2e41

Please sign in to comment.