mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 14:25:47 +00:00
refactor(FE): Set default value for show_unrecorded to false
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user