Skip to content

Commit

Permalink
bug: 代码库-触发事件流水线名称改成流水线ID搜索 #10114
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 5375
  • Loading branch information
vhwweng committed Apr 8, 2024
1 parent 094d0e2 commit ddb08cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/devops-codelib/src/views/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
this.refreshCodelibList()
localStorage.setItem('codelibSortType', sortType)
localStorage.setItem('codelibSortBy', sortBy)
const queryKeys = Object.keys((this.$route?.query))
const queryKeys = Object.keys(this.$route?.query)
if (!queryKeys.length) return
this.$router.push({
query: {
Expand Down

0 comments on commit ddb08cf

Please sign in to comment.