utopia-ui 3.0.0-alpha.258 → 3.0.0-alpha.259
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1192,7 +1192,7 @@ function useFilterManager(initialTags) {
|
|
1192
1192
|
tags[0] = urlTags;
|
1193
1193
|
tags === null || tags === void 0 ? void 0 : tags.map(function (urlTag) {
|
1194
1194
|
if (!(urlTag.toLocaleLowerCase() === name.toLocaleLowerCase()))
|
1195
|
-
newUrlTags = newUrlTags + "".concat(newUrlTags === "" ? urlTag : "
|
1195
|
+
newUrlTags = newUrlTags + "".concat(newUrlTags === "" ? urlTag : ";".concat(urlTag));
|
1196
1196
|
});
|
1197
1197
|
if (newUrlTags !== "") {
|
1198
1198
|
params.set("tags", "".concat(newUrlTags));
|