optimize the cache_db_values task

This commit is contained in:
sadnub
2022-04-16 14:36:31 -04:00
parent e2ebc2a119
commit 9334cad9ed

View File

@@ -184,7 +184,7 @@
</q-td>
<q-td :props="props" key="pendingactions">
<q-icon
v-if="props.row.pending_actions_count !== 0"
v-if="props.row.pending_actions_count > 0"
@click="showPendingActionsModal(props.row)"
name="far fa-clock"
size="1.4em"