Skip to content
Merged
Prev Previous commit
Next Next commit
edited Resource Type search option to show nothing when there is no m…
…atch
  • Loading branch information
jr-rk committed Jun 20, 2025
commit 9a93209c52f4dbf5571a3f99cae6c79946a9fa01
4 changes: 4 additions & 0 deletions src/app/handle-page/handle-table/handle-table.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,10 @@ export class HandleTableComponent implements OnInit {
break;
case SITE.toLowerCase():
parsedSearchQuery = '' + 5;
break;
default:
parsedSearchQuery = '' + -1;
break;
}
break;
default:
Expand Down