fix: download file error
This commit is contained in:
@@ -170,6 +170,10 @@ export const setModelActionList = (record: any) => {
|
||||
return record.replicas > 0;
|
||||
}
|
||||
|
||||
if (action.key === 'proxy') {
|
||||
return record.generic_proxy;
|
||||
}
|
||||
|
||||
return true;
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user