akeyless-client-commons 1.0.27 → 1.0.28
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
|
@@ -4297,8 +4297,8 @@ function SearchSelect(param) {
|
|
|
4297
4297
|
}
|
|
4298
4298
|
}),
|
|
4299
4299
|
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(CommandList, {
|
|
4300
|
-
children: filteredOptions.length === 0 && searchQuery !== "" ? createNewOptionLabel ? /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
4301
|
-
|
|
4300
|
+
children: filteredOptions.length === 0 && searchQuery !== "" ? createNewOptionLabel ? /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(CommandEmpty, {
|
|
4301
|
+
onClick: function() {
|
|
4302
4302
|
var newOption = {
|
|
4303
4303
|
value: searchQuery,
|
|
4304
4304
|
label: searchQuery
|
|
@@ -4102,8 +4102,8 @@ function SearchSelect(param) {
|
|
|
4102
4102
|
}
|
|
4103
4103
|
}),
|
|
4104
4104
|
/* @__PURE__ */ jsx15(CommandList, {
|
|
4105
|
-
children: filteredOptions.length === 0 && searchQuery !== "" ? createNewOptionLabel ? /* @__PURE__ */ jsx15(
|
|
4106
|
-
|
|
4105
|
+
children: filteredOptions.length === 0 && searchQuery !== "" ? createNewOptionLabel ? /* @__PURE__ */ jsx15(CommandEmpty, {
|
|
4106
|
+
onClick: function() {
|
|
4107
4107
|
var newOption = {
|
|
4108
4108
|
value: searchQuery,
|
|
4109
4109
|
label: searchQuery
|