website refactor
This commit is contained in:
@@ -151,6 +151,14 @@ export class SearchParamBuilder {
|
||||
return this;
|
||||
}
|
||||
|
||||
// Wizard params
|
||||
step(value: string | null): this {
|
||||
if (value !== null) {
|
||||
this.params.set('step', value);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
// Generic setter
|
||||
set(key: string, value: string | null): this {
|
||||
if (value !== null) {
|
||||
|
||||
Reference in New Issue
Block a user