mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fixed: [homepage] count also workflows in cc
This commit is contained in:
parent
a21637331f
commit
a9fe834978
@ -54,7 +54,7 @@
|
|||||||
:class="{'active': activeTab === 'MyWorkflows'}"
|
:class="{'active': activeTab === 'MyWorkflows'}"
|
||||||
@click="selectTab('MyWorkflows')">
|
@click="selectTab('MyWorkflows')">
|
||||||
{{ $t('my_workflows.tab') }}
|
{{ $t('my_workflows.tab') }}
|
||||||
<tab-counter :count="state.workflows.count"></tab-counter>
|
<tab-counter :count="state.workflows.count + state.workflowsCc.count"></tab-counter>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item loading ms-auto py-2" v-if="loading">
|
<li class="nav-item loading ms-auto py-2" v-if="loading">
|
||||||
@ -149,4 +149,4 @@ export default {
|
|||||||
a.nav-link {
|
a.nav-link {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user