@apexcura/ui-components 0.0.16-Beta45 → 0.0.16-Beta46
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 +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -779,6 +779,7 @@ var { Sider } = import_antd11.Layout;
|
|
|
779
779
|
var Sidebar = (props) => {
|
|
780
780
|
const [collapsed, setCollapsed] = (0, import_react16.useState)(false);
|
|
781
781
|
const handleChange = (item) => {
|
|
782
|
+
console.log(item);
|
|
782
783
|
if (props.onChange) {
|
|
783
784
|
props.onChange(item);
|
|
784
785
|
}
|
package/dist/index.mjs
CHANGED