add the ability to configure the 'simple_view' parameter from the client,
the parameter is not required, but if set, it will overwrite the one that came from the backend issues-916
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/** converts widnow.location.search into object */
|
||||
/** converts window.location.search into object */
|
||||
|
||||
export default function parseQuery<T extends {}>(search: string = window.location.search): T {
|
||||
const params: { [key: string]: string } = {};
|
||||
|
||||
Reference in New Issue
Block a user