@stock-in-the-channel/sinch-vue-components 0.0.331 → 0.0.332
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.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -39056,7 +39056,7 @@ const BR = { class: "q-ma-sm" }, UR = { class: "row" }, jR = { class: "text-h5 c
|
|
|
39056
39056
|
if (s.value.externalSystem !== _r.Microsoft) {
|
|
39057
39057
|
a.dialog({
|
|
39058
39058
|
title: i("Subscription Update Request"),
|
|
39059
|
-
message: i("Your
|
|
39059
|
+
message: i("Your changes were applied successfully. Please wait for the subscription to be updated within the provider, this can take up to 15 minutes.")
|
|
39060
39060
|
});
|
|
39061
39061
|
const X = JSON.stringify({ ...s.value, hasPendingChanges: !0 });
|
|
39062
39062
|
s.value = JSON.parse(X);
|