mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 09:51:01 +00:00
Revert "Add back button to repo pipeline list" (#4398)
This commit is contained in:
parent
b2170bc374
commit
d2509d3ad1
1 changed files with 0 additions and 4 deletions
|
@ -4,7 +4,6 @@
|
|||
v-model:active-tab="activeTab"
|
||||
enable-tabs
|
||||
disable-tab-url-hash-mode
|
||||
:go-back="goBack"
|
||||
>
|
||||
<template #title>
|
||||
<span class="flex">
|
||||
|
@ -68,7 +67,6 @@ import useAuthentication from '~/compositions/useAuthentication';
|
|||
import useConfig from '~/compositions/useConfig';
|
||||
import { useForgeStore } from '~/compositions/useForgeStore';
|
||||
import useNotifications from '~/compositions/useNotifications';
|
||||
import { useRouteBack } from '~/compositions/useRouteBack';
|
||||
import type { Forge, RepoPermissions } from '~/lib/api/types';
|
||||
import { usePipelineStore } from '~/store/pipelines';
|
||||
import { useRepoStore } from '~/store/repos';
|
||||
|
@ -155,6 +153,4 @@ const activeTab = computed({
|
|||
}
|
||||
},
|
||||
});
|
||||
|
||||
const goBack = useRouteBack({ name: 'repos' });
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue