fix: wrong condition
This commit is contained in:
parent
407255a364
commit
764e759ee3
1 changed files with 2 additions and 2 deletions
|
|
@ -1138,8 +1138,8 @@ watch(currentPageService, async () => {
|
||||||
<div
|
<div
|
||||||
class="text-h6 hover-underline"
|
class="text-h6 hover-underline"
|
||||||
:class="{
|
:class="{
|
||||||
'app-text-muted': productMode !== 'group',
|
'app-text-muted': productMode !== 'type',
|
||||||
'text-weight-bold': productMode === 'group',
|
'text-weight-bold': productMode === 'type',
|
||||||
}"
|
}"
|
||||||
@click="productMode = 'type'"
|
@click="productMode = 'type'"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue