You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
src/components/ModelTable/ModelTable.tsx(19,11): error TS2322: Type 'Promise<APIData>' is not assignable to type 'ApiResponse<GetAllModelsResponse[]> | Promise<ApiResponse<GetAllModelsResponse[]>>'.
7.895 Type 'Promise<APIData>' is not assignable to type 'Promise<ApiResponse<GetAllModelsResponse[]>>'.
7.895 Property 'status' is missing in type 'APIData' but required in type 'ApiResponse<GetAllModelsResponse[]>'.
------
failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 2
To Reproduce
Steps to reproduce the behavior:
run docker-compose build && docker-compose up on local
Expected behavior
A clear and concise description of what you expected to happen.
server should run
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: macos Sequoia 15.0.1
Additional context
Add any other context about the problem here.
use colima on mac
The text was updated successfully, but these errors were encountered:
the above issue occur after the merge of commit --> 7084f65
7084f65443a07062edbe874df96a1159bbae1367 is the first bad commit
commit 7084f65443a07062edbe874df96a1159bbae1367
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue Oct 22 16:35:04 2024 +0530
feat(CE): added new pagination format
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
docker-compose build && docker-compose up
on localExpected behavior
A clear and concise description of what you expected to happen.
server should run
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
use colima on mac
The text was updated successfully, but these errors were encountered: