mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-16 19:35:14 +00:00
Fix pipeline config collapsing (#2166)
This commit is contained in:
parent
db057b8d82
commit
9cae5709f9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
v-if="title"
|
||||
type="button"
|
||||
class="flex w-full font-bold gap-2 text-wp-text-100 px-4 py-2 bg-wp-background-300"
|
||||
@click="collapsed && (_collapsed = !_collapsed)"
|
||||
@click="_collapsed = !_collapsed"
|
||||
>
|
||||
<Icon
|
||||
v-if="collapsable"
|
||||
|
|
Loading…
Reference in a new issue