Fix pipeline config collapsing (#2166)

This commit is contained in:
qwerty287 2023-08-08 11:47:21 +02:00 committed by GitHub
parent db057b8d82
commit 9cae5709f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"