Skip to content
Snippets Groups Projects
Commit b80f7905 authored by Hermann's avatar Hermann
Browse files

redraw after groupmember refresh

parent adf59713
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ class MembersTable {
onclick: () => {
this.ctrl.handler.delete(data).then(() => {
this.ctrl.refresh();
m.redraw();
});
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment