New: Various UI Package Updates

This commit is contained in:
Qstick 2018-09-15 22:32:34 -04:00
parent 9611df7e9e
commit b8511f039a
13 changed files with 966 additions and 906 deletions

View file

@ -28,6 +28,8 @@ export default function parseUrl(url) {
if (properties.search) {
// Remove leading ? from querystring before parsing.
properties.params = qs.parse(properties.search.substring(1));
} else {
properties.params = {};
}
return properties;