@apolitical/component-library 6.6.0-SW.3 → 6.6.0
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/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
package/index.mjs
CHANGED
|
@@ -27558,7 +27558,7 @@ const Ca = ({
|
|
|
27558
27558
|
}, Re = async () => {
|
|
27559
27559
|
me(!1);
|
|
27560
27560
|
try {
|
|
27561
|
-
t.type === Te.Poll ? await U() : await B(Vu(t.slugs));
|
|
27561
|
+
t.type === Te.Poll ? (await U(), window.location.href = `${b}/${g}`) : await B(Vu(t.slugs));
|
|
27562
27562
|
} catch {
|
|
27563
27563
|
Ye("delete-error");
|
|
27564
27564
|
}
|