Skip to content

Commit

Permalink
add created_at in search
Browse files Browse the repository at this point in the history
  • Loading branch information
levil664 committed Apr 26, 2024
1 parent 8833089 commit 8b73e10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
SENT_FILTER_COLOR,
} from './styles/styles'

export const searchTicketsColumns = ['family__name']
export const searchTicketsColumns = ['family__name', 'created_at']

interface TagType {
text: string
Expand Down

0 comments on commit 8b73e10

Please sign in to comment.