batchCodes.html?showCountriesColumn=yes or batchCodes.html?showCountriesColumn=no
This commit is contained in:
@@ -58,4 +58,10 @@ class UIUtils {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
static getSearchParam(urlParams, searchParam, defaultValue) {
|
||||
return urlParams.has(searchParam) ?
|
||||
urlParams.get(searchParam) :
|
||||
defaultValue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user