rivia 0.0.96 → 0.0.97
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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4521,7 +4521,7 @@ var ProductManagement = /* @__PURE__ */ function() {
|
|
|
4521
4521
|
footerRow.appendChild(riviaLabel);
|
|
4522
4522
|
footerRow.appendChild(riviaBtn);
|
|
4523
4523
|
riviaBtn.addEventListener("click", () => {
|
|
4524
|
-
const baseUrl = `
|
|
4524
|
+
const baseUrl = `https://${state.config.workspace}.rivia.ai/users/changelog?userId=${state.pmUserId || ""}`;
|
|
4525
4525
|
const url = new URL(baseUrl);
|
|
4526
4526
|
window.open(url.toString(), "_blank");
|
|
4527
4527
|
});
|