Skip to content

Commit

Permalink
Alias the namespace query parameter for Evals
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud authored and lgfa29 committed Jul 6, 2022
1 parent b75519a commit 33edc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/controllers/evaluations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default class EvaluationsController extends Controller {
'currentEval',
'pageSize',
'status',
'qpNamespace',
{ qpNamespace: 'namespace' },
'type',
'searchTerm',
];
Expand Down

0 comments on commit 33edc8f

Please sign in to comment.