Skip to content

Commit f526b61

Browse files
committed
fix(core): Use correct param name in shorthand syntax
1 parent 3f7b1ad commit f526b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/ngqp/core/src/lib/query-param-builder.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export class QueryParamBuilder {
105105
}
106106

107107
return this.param({
108-
name: controlName,
108+
name: controlConfig,
109109
});
110110
}
111111

0 commit comments

Comments
 (0)