Fixed: [homepage] count also workflows in cc

This commit is contained in:
Julien Fastré 2023-04-13 12:25:06 +02:00
parent a21637331f
commit a9fe834978
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -54,7 +54,7 @@
:class="{'active': activeTab === 'MyWorkflows'}"
@click="selectTab('MyWorkflows')">
{{ $t('my_workflows.tab') }}
<tab-counter :count="state.workflows.count"></tab-counter>
<tab-counter :count="state.workflows.count + state.workflowsCc.count"></tab-counter>
</a>
</li>
<li class="nav-item loading ms-auto py-2" v-if="loading">
@ -149,4 +149,4 @@ export default {
a.nav-link {
cursor: pointer;
}
</style>
</style>