@conboai/app.db.query 0.8.98 → 0.8.99
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/app.db.query.js +3 -2
- package/package.json +1 -1
package/dist/app.db.query.js
CHANGED
|
@@ -134143,7 +134143,9 @@ function sWe({ baseUrl: e }) {
|
|
|
134143
134143
|
const b = u === "pending", D = yt(async () => {
|
|
134144
134144
|
const w = g.trim();
|
|
134145
134145
|
if (p("conboKey", w), !M)
|
|
134146
|
-
return Vi.error(
|
|
134146
|
+
return Vi.error(
|
|
134147
|
+
"Incorrect Deployment was chosen. Please, change it on the Home page."
|
|
134148
|
+
), null;
|
|
134147
134149
|
l();
|
|
134148
134150
|
try {
|
|
134149
134151
|
h("pending"), p("color", "yellow"), p("callDate", /* @__PURE__ */ new Date()), p("selectedTableItemId", -1), await s({ conboKey: w, baseUrl: e }), p("shouldClearData", !0), p("isNewTab", !1), p("shouldFetchFrameDetails", !0), p("isRequestAborted", !1), p("color", "green"), p("currentSliderIndex", 0), p("isNewSearch", !0), p("title", w), f(r, w), h("done");
|
|
@@ -134358,7 +134360,6 @@ const aWe = ({
|
|
|
134358
134360
|
{
|
|
134359
134361
|
title: bs.CONBO_KEY_SEARCH,
|
|
134360
134362
|
titleWidth: "165px",
|
|
134361
|
-
showSiteName: !1,
|
|
134362
134363
|
onHomeClick: t,
|
|
134363
134364
|
isLoading: u === "pending"
|
|
134364
134365
|
}
|