1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-04 00:49:53 +00:00

Resolve "Rename notifications to toasts"

This commit is contained in:
Davide Silvestri 2023-06-28 16:31:32 +00:00
parent 4d2f1936b1
commit b074d2e1cc
59 changed files with 378 additions and 395 deletions
web-frontend/modules/database/components/view/grid/fields

View file

@ -121,7 +121,7 @@ export default {
},
methods: {
select() {
// While the field is selected we want to open the select row popup by pressing
// While the field is selected we want to open the select row toast by pressing
// the enter key.
this.$el.keydownEvent = (event) => {
if (event.key === 'Enter' && !this.modalOpen) {