mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-29 16:54:53 +02:00
fix ticket search path showing
This commit is contained in:
parent
9f4a293107
commit
97d6bd6a36
@ -20,7 +20,7 @@ class AdminPanelSearchTickets extends React.Component {
|
||||
}
|
||||
|
||||
getFilters() {
|
||||
let customList = window.customTicketList[this.props.location.query.custom*1] ? window.customTicketList[this.props.location.query.custom*1] : null
|
||||
let customList = (window.customTicketList && window.customTicketList[this.props.location.query.custom*1]) ? window.customTicketList[this.props.location.query.custom*1] : null
|
||||
return {
|
||||
...customList
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user