Skip to content

Commit

Permalink
fix: remove filters from invoice/customer credit notes table
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlago99 committed Jan 27, 2025
1 parent 5d3eece commit bffc36f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/customers/CustomerCreditNotesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export const CustomerCreditNotesList = ({
customerTimezone={customerTimezone}
error={error}
variables={variables}
showFilters={false}
/>
)}
</div>
Expand Down
1 change: 1 addition & 0 deletions src/pages/InvoiceCreditNoteList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const InvoiceCreditNoteList = () => {
customerTimezone={data?.invoice?.customer.applicableTimezone || TimezoneEnum.TzUtc}
error={error}
variables={variables}
showFilters={false}
/>
)}
</>
Expand Down

0 comments on commit bffc36f

Please sign in to comment.