fix: textarea scroll bar, deactive count message
This commit is contained in:
@@ -80,6 +80,8 @@ export const useGenerateGPUOptions = () => {
|
||||
return gpuSelectorList;
|
||||
};
|
||||
|
||||
const generateWorkerSelectorOptions = (workerList: WorkerListItem[]) => {};
|
||||
|
||||
const getGPUOptionList = async (params?: {
|
||||
clusterId: number;
|
||||
}): Promise<CascaderOption[]> => {
|
||||
|
||||
Reference in New Issue
Block a user