Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-27 06:07:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-27 06:07:12 +0300
commit39c9abe4fe410ac402d57a364bf89938a2067315 (patch)
treef38997756bbee3f1ea2d7e9f67a5f374e3a87fd1 /spec/frontend/ml/model_registry/mock_data.js
parentdfc8a99695e16feffcc811a536e58e2c9be75ce2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/ml/model_registry/mock_data.js')
-rw-r--r--spec/frontend/ml/model_registry/mock_data.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/frontend/ml/model_registry/mock_data.js b/spec/frontend/ml/model_registry/mock_data.js
index 1c606e79fa2..a820c323103 100644
--- a/spec/frontend/ml/model_registry/mock_data.js
+++ b/spec/frontend/ml/model_registry/mock_data.js
@@ -20,6 +20,7 @@ export const mockModels = [
{
name: 'model_1',
version: '1.0',
+ versionPath: 'path/to/version',
path: 'path/to/model_1',
versionCount: 3,
},