fix: type errors
This commit is contained in:
@@ -78,7 +78,7 @@ function addSectionCell(
|
||||
|
||||
function modifySectionCell(
|
||||
sectionCellId: number,
|
||||
sectionCellDetails: SectionCell, // Replace 'any' with a proper type for section cell details if available
|
||||
sectionCellDetails: SectionCell,
|
||||
onSuccessHandler?: (response: AxiosResponse) => void,
|
||||
onErrorHandler?: (error: AxiosError) => void
|
||||
): void {
|
||||
|
Reference in New Issue
Block a user