Update model evaluation notification (#3426)

This commit is contained in:
Charis Kyriakou
2024-02-29 14:19:34 +00:00
committed by GitHub
parent a70fd835f1
commit f283df0225

View File

@@ -77,8 +77,8 @@ export class ModelEvaluator extends DisposableObject {
}
},
{
title: "Run Variant Analysis",
cancellable: true,
title: "Run model evaluation",
cancellable: false,
},
);
}