From 7334a255c2609d7399931d5332f05700f24976bd Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Mon, 24 Oct 2022 21:26:01 +0800 Subject: [PATCH] fix(git): unable to pull code from remote https://github.com/crawlab-team/crawlab/issues/1201 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 464f4eae6..ff88f8e1b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "@fortawesome/vue-fontawesome": "^3.0.0-5", "atom-material-icons": "^3.0.0", "codemirror": "^5.59.1", - "crawlab-ui": "0.6.0-14", + "crawlab-ui": "0.6.0-15", "echarts": "^5.1.2", "element-plus": "^1.3.0-beta.10", "vue": "^3.2",