@stubber/ui 1.14.0 → 1.14.1
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.
|
@@ -3,12 +3,12 @@ import * as Popover from "../../components/popover/index";
|
|
|
3
3
|
export let consoleOrigin = "";
|
|
4
4
|
export let stubsOrigin = "";
|
|
5
5
|
export let builderOrigin = "";
|
|
6
|
-
export let
|
|
6
|
+
export let dbOrigin = "";
|
|
7
7
|
export let active_app;
|
|
8
8
|
$: stubsUrl = `${stubsOrigin}/_/inbox/assigned`;
|
|
9
9
|
$: consoleUrl = `${consoleOrigin}/_/contacts`;
|
|
10
10
|
$: builderUrl = `${builderOrigin}/_/drive/folders`;
|
|
11
|
-
$: dbUrl =
|
|
11
|
+
$: dbUrl = `${dbOrigin}/_`;
|
|
12
12
|
</script>
|
|
13
13
|
|
|
14
14
|
<Popover.Root>
|