Skip to content

Commit

Permalink
Bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Oct 3, 2024
1 parent b8f107b commit 5294f1a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2408,6 +2408,8 @@ export class HistoryAndNortConvsComponent extends WsSharedComponent implements O
// this.conversationTypeValue = '';

// }
this.conversationTypeValue = 'all'
this.conversation_type = 'all'


if (this.requester_email) {
Expand Down Expand Up @@ -2562,7 +2564,7 @@ export class HistoryAndNortConvsComponent extends WsSharedComponent implements O
this.selecteTagName = null
this.selecteTagColor = null
this.conversationTypeValue = 'all'
this.conversation_type = ''
this.conversation_type = 'all'
// tslint:disable-next-line:max-line-length
this.queryString =
'full_text=' + '&'
Expand Down

0 comments on commit 5294f1a

Please sign in to comment.