diff --git a/resources/js/Pages/Finance/Account.vue b/resources/js/Pages/Finance/Account.vue
index d7ca5de4..06457bf8 100644
--- a/resources/js/Pages/Finance/Account.vue
+++ b/resources/js/Pages/Finance/Account.vue
@@ -1,6 +1,6 @@
@@ -156,6 +181,13 @@ const reconciliation = () => {
>
Review Reconciliation
+
+ Pay credit card
+
diff --git a/resources/js/Pages/Finance/Budget.vue b/resources/js/Pages/Finance/Budget.vue
index 132d50bb..79b972b7 100644
--- a/resources/js/Pages/Finance/Budget.vue
+++ b/resources/js/Pages/Finance/Budget.vue
@@ -58,7 +58,7 @@ const { serverSearchOptions } = toRefs(props);
const { state: pageState, executeSearchWithDelay } = useServerSearch(
serverSearchOptions,
{
- manual: true,
+ manual: false,
defaultDates: true,
}
);
diff --git a/resources/js/domains/transactions/components/CategoryTrendsPreview.vue b/resources/js/domains/transactions/components/CategoryTrendsPreview.vue
index fdb72dd7..f71daf72 100644
--- a/resources/js/domains/transactions/components/CategoryTrendsPreview.vue
+++ b/resources/js/domains/transactions/components/CategoryTrendsPreview.vue
@@ -36,21 +36,21 @@ const typeLabel = computed(() => {
+
+
+
-
- {{ typeLabel }}
-
-