Skip to content

Commit

Permalink
added filter for name or phone
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshamoon committed Nov 20, 2023
1 parent 9077baf commit 7840035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Ticket/TicketList/TicketList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const TicketList = () => {
button={{ show: false }}
listIcon={ticketIcon}
{...queries}
searchParameter={['body']}
searchParameter={['nameOrPhone']}
{...columnAttributes}
additionalAction={additionalAction}
filters={filter}
Expand Down

0 comments on commit 7840035

Please sign in to comment.