debug filter select option in violation

This commit is contained in:
2026-06-10 13:36:28 +03:30
parent a798a36fcd
commit 9ee9132ed8
2 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
export const violationsCategoryStatus = [
{ id: 0, name_fa: "بدون اقدام" },
{ id: 1, name_fa: "اقدام شده" },
];