improvement: treatments UI/UX updated again to minimize clicking and scrolling.
This commit is contained in:
@@ -61,6 +61,11 @@ export const casesApi = {
|
||||
return response.data;
|
||||
},
|
||||
|
||||
deleteDraft: async (id: string): Promise<{ success: boolean }> => {
|
||||
const response = await apiClient.delete(`/cases/${id}`);
|
||||
return response.data;
|
||||
},
|
||||
|
||||
uploadLineAttachments: async (
|
||||
caseId: string,
|
||||
lineClientId: string,
|
||||
|
||||
Reference in New Issue
Block a user