@asdp/ferryui 0.1.22-dev.10786 → 0.1.22-dev.10797
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -18499,8 +18499,8 @@ var CardProfileMenu = ({
|
|
|
18499
18499
|
}) => {
|
|
18500
18500
|
const styles = useStyles45();
|
|
18501
18501
|
({ ...DEFAULT_LABELS43[language], ...labels });
|
|
18502
|
-
const handleTabSelect = (_, data) => {
|
|
18503
|
-
onTabSelect(data.value);
|
|
18502
|
+
const handleTabSelect = async (_, data) => {
|
|
18503
|
+
await onTabSelect(data.value);
|
|
18504
18504
|
};
|
|
18505
18505
|
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles.container, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
18506
18506
|
reactComponents.TabList,
|