Update: 2026-06-26 17:56:46

This commit is contained in:
Hamza-Ayed
2026-06-26 17:56:46 +03:00
parent 060d9b08ae
commit 1e500b6123
2 changed files with 11 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ class AuditLogsPage extends StatelessWidget {
centerTitle: true,
),
body: GetBuilder<SecurityV2Controller>(
init: SecurityV2Controller(),
builder: (ctrl) {
if (ctrl.isLoading) {
return const Center(