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