瀏覽代碼

Fix prop type for popover

create-reusable-mui-modal
mladen.dubovac 4 年之前
父節點
當前提交
86a258b6da
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/components/MUI/PopoverComponent.js

+ 1
- 1
src/components/MUI/PopoverComponent.js 查看文件

}; };


PopoverComponent.propTypes = { PopoverComponent.propTypes = {
anchorEl: PropTypes.element,
anchorEl: PropTypes.object,
open: PropTypes.bool.isRequired, open: PropTypes.bool.isRequired,
onClose: PropTypes.func.isRequired, onClose: PropTypes.func.isRequired,
content: PropTypes.any, content: PropTypes.any,

Loading…
取消
儲存