fix: admin can not delete own

This commit is contained in:
jialin
2025-10-23 17:09:30 +08:00
parent a815e71bfe
commit bf57290197
12 changed files with 57 additions and 18 deletions
@@ -133,6 +133,7 @@ const ModelFiles = () => {
).pop()
);
// select the worker current model file is downloaded to.
const targetWorker = _.find(workersList, { value: record.worker_id })
?.labels?.['worker-name'];