Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
usaveh committed Jul 30, 2024
1 parent 2a41eaf commit 4fe00c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/portal-web/src/apis/api.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export const mockApi: MockApi<typeof api> = {
getClusterNodesInfo: async () => ({
nodeInfo: [{
gpuCount: 1,
state: "1",
state: 1,
partitions: ["linux","compute"],
cpuCoreCount: 1,
idleGpuCount: 1,
Expand Down

0 comments on commit 4fe00c7

Please sign in to comment.