role table fix

This commit is contained in:
Yuri Kuznetsov
2025-05-02 09:22:05 +03:00
parent 42b703204a
commit 6e980eaea9
+2
View File
@@ -927,6 +927,8 @@ class RoleRecordTableView extends View {
await Promise.all(promises);
await this.reRenderPreserveSearch();
this.trigger('change');
});
});
}