Skip to content

Commit

Permalink
fix(collector-history-job-task-table): fix remove getProperRouteLocation
Browse files Browse the repository at this point in the history
Signed-off-by: sulmo <[email protected]>
  • Loading branch information
sulmoJ committed Aug 8, 2024
1 parent dac6a5e commit 1be9539
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,10 @@ onDeactivated(() => {
>
<span v-if="value === '*'">Global</span>
<p-link v-else
:to="getProperRouteLocation({
:to="{
name: ROOT_ROUTE.WORKSPACE._NAME,
params: { workspaceId: value },
})"
}"
action-icon="internal-link"
new-tab
:text="storeState.workspaces[value]?.label"
Expand Down

0 comments on commit 1be9539

Please sign in to comment.