akeyless-client-commons 1.0.19 → 1.0.20
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/components/index.js
CHANGED
|
@@ -4247,7 +4247,7 @@ function SearchSelect(param) {
|
|
|
4247
4247
|
selectPlaceholder
|
|
4248
4248
|
]);
|
|
4249
4249
|
console.log("searchQuery", searchQuery);
|
|
4250
|
-
console.log("
|
|
4250
|
+
console.log("display crate :", filteredOptions.length === 0 && searchQuery);
|
|
4251
4251
|
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", {
|
|
4252
4252
|
style: {
|
|
4253
4253
|
direction: direction
|
|
@@ -4052,7 +4052,7 @@ function SearchSelect(param) {
|
|
|
4052
4052
|
selectPlaceholder
|
|
4053
4053
|
]);
|
|
4054
4054
|
console.log("searchQuery", searchQuery);
|
|
4055
|
-
console.log("
|
|
4055
|
+
console.log("display crate :", filteredOptions.length === 0 && searchQuery);
|
|
4056
4056
|
return /* @__PURE__ */ jsxs10("div", {
|
|
4057
4057
|
style: {
|
|
4058
4058
|
direction: direction
|