ソースを参照

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,

読み込み中…
キャンセル
保存