-
setSearchText(e.target.value)}
- className="hidden min-w-0 flex-1 md:block md:min-w-[350px]"
- />
-
- {enableSavedFilters && features.transactionAnalysis && (
-
- )}
+
setSearchText(e.target.value)}
+ className="hidden min-w-0 flex-1 md:block md:min-w-[350px]"
+ />
- {activeFilterCount > 0 && (
-
- )}
+
+ {enableSavedFilters && features.transactionAnalysis && (
+
+ )}
+
+ {activeFilterCount > 0 && (
+
+ )}
+
{actions ?
{actions}
: null}
diff --git a/resources/js/pages/transactions/index.tsx b/resources/js/pages/transactions/index.tsx
index c01b228d..a573704f 100644
--- a/resources/js/pages/transactions/index.tsx
+++ b/resources/js/pages/transactions/index.tsx
@@ -1167,7 +1167,7 @@ export default function Transactions({
isKeySet={true}
enableSavedFilters={true}
actions={
-