mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
fix: styling
This commit is contained in:
@@ -353,9 +353,7 @@ export class ExpenseApiService extends BaseApiService<
|
||||
|
||||
async bulkApprovals(
|
||||
ids: number[],
|
||||
status:
|
||||
| BulkApproveExpensePayload['status']
|
||||
| 'SELESAI',
|
||||
status: BulkApproveExpensePayload['status'] | 'SELESAI',
|
||||
date?: string,
|
||||
notes?: string
|
||||
): Promise<BaseApiResponse<Expense | Expense[]> | undefined> {
|
||||
|
||||
Reference in New Issue
Block a user