fix(console): member table updates (#4984)

* fix: members table refresh, delete with single role

* trigger update after change

* remove event propagation handler

Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
Max Peintner
2023-01-11 11:20:12 +01:00
committed by GitHub
parent f4b920c11c
commit 3be1f51e48
10 changed files with 203 additions and 106 deletions

View File

@@ -1485,6 +1485,12 @@
"DELETED": "Progetto eliminato con successo."
}
},
"ROLES": {
"DIALOG": {
"DELETE_TITLE": "Elima ruolo",
"DELETE_DESCRIPTION": "Stai per eliminare un ruolo. Vuoi davvero continuare?"
}
},
"NEXTSTEPS": {
"TITLE": "Passi successivi"
},