mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Add default prop
This commit is contained in:
parent
854322ae16
commit
154b6d2ecb
1 changed files with 1 additions and 0 deletions
|
|
@ -303,6 +303,7 @@ export class OrderDetailsPanelComponent extends Component {
|
|||
OrderDetailsPanelComponent.defaultProps = {
|
||||
rootClassName: null,
|
||||
className: null,
|
||||
currentUser: null,
|
||||
fetchMessagesError: null,
|
||||
sendMessageError: null,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue