@absolutejs/voice 0.0.22-beta.117 → 0.0.22-beta.118
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/vue/index.js +3 -1
- package/package.json +1 -1
package/dist/vue/index.js
CHANGED
|
@@ -2249,7 +2249,9 @@ var useVoiceCampaignDialerProof = (path = "/api/voice/campaigns/dialer-proof", o
|
|
|
2249
2249
|
};
|
|
2250
2250
|
const unsubscribe = store.subscribe(sync);
|
|
2251
2251
|
sync();
|
|
2252
|
-
|
|
2252
|
+
if (typeof window !== "undefined") {
|
|
2253
|
+
store.refresh().catch(() => {});
|
|
2254
|
+
}
|
|
2253
2255
|
onUnmounted8(() => {
|
|
2254
2256
|
unsubscribe();
|
|
2255
2257
|
store.close();
|