fix(style): gpu selector closable

This commit is contained in:
jialin
2025-01-10 16:51:55 +08:00
parent 67e050bd6f
commit fbf2671eaf
3 changed files with 89 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export const WorkerStatusMap = {
export const WorkerStatusMapValue = {
[WorkerStatusMap.ready]: 'Ready',
[WorkerStatusMap.not_ready]: 'Not Ready',
[WorkerStatusMap.unreachable]: 'Not Ready'
[WorkerStatusMap.unreachable]: 'Unreachable'
};
export const status: any = {