This commit is contained in:
efrilm
2025-10-23 20:11:16 +07:00
parent 290360674f
commit e585cf4292
4 changed files with 40 additions and 26 deletions
@@ -128,7 +128,7 @@ class CategoryLocalDatasource {
whereArgs.add('%$search%');
}
query += ' ORDER BY name ASC';
// query += ' ORDER BY name ASC';
if (limit > 0) {
query += ' LIMIT ?';