refactor(FE): Set default value for show_unrecorded to false

This commit is contained in:
rstubryan
2026-02-23 10:27:34 +07:00
parent ac2d83a666
commit 75e9b06a83
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export class MarketingSaleReportService extends BaseApiService<
weight_max: weight_max,
period: period,
sort_by: sort_by,
show_unrecorded: show_unrecorded,
show_unrecorded: show_unrecorded ?? false,
page: page,
limit: limit,
},