Skip to content

Commit

Permalink
fix: remove search string on clean search method (#1293)
Browse files Browse the repository at this point in the history
eclipse-tractusx/portal-shared-components#370
---------

Co-authored-by: Saad Bin Rafiq <[email protected]>
  • Loading branch information
ss-nikunj and saadanzari authored Feb 7, 2025
1 parent e511c9f commit 6d10052
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/pages/CompanySubscriptions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ export default function CompanySubscriptions() {
fetchHookRefresh={refresh}
getRowId={(row: { [key: string]: string }) => row.subscriptionId}
columns={companySubscriptionsCols}
onClearSearch={() => {
setSearchExpr('')
}}
/>
</div>
)
Expand Down

0 comments on commit 6d10052

Please sign in to comment.