Skip to content

Commit

Permalink
feat: adding jump to explore link back in [MA-3301]
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-peteu authored and filipgutica committed Oct 31, 2024
1 parent db0ce90 commit a491ead
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ const exportCsv = () => {
setModalVisibility(true)
}
const exploreLink: string = ''
const exploreLink: string = 'https://cloud.konghq.tech/us/analytics/explorer'
const exploreResultText = ref('')
const hasError = computed(() => !isValidJson(exploreResultText.value))
Expand Down

0 comments on commit a491ead

Please sign in to comment.